/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/ |
D | queuefamily.adoc | 50 * pname:unit is a elink:VkPerformanceCounterUnitKHR specifying the unit 63 [open,refpage='VkPerformanceCounterUnitKHR',desc='Supported counter unit types',type='enums'] 65 Performance counters have an associated unit. 66 This unit describes how to interpret the performance counter result. 68 The performance counter unit types which may: be returned in 69 slink:VkPerformanceCounterKHR::pname:unit are: 74 unit is a generic data point. 76 counter unit is a percentage (%). 78 counter unit is a value of nanoseconds (ns). 80 unit is a value of bytes. [all …]
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTextures_unittest.cpp | 197 void useTextureUnit(GLuint unit) { in useTextureUnit() argument 203 if (unit < maxTextureUnits) { in useTextureUnit() 204 m_active_texture_unit = unit; in useTextureUnit() 209 unit, maxTextureUnits); in useTextureUnit() 267 GLuint createAndBindTexture(GLuint unit, GLenum bindPoint) { in createAndBindTexture() argument 271 if (unit >= maxTextureUnits) { in createAndBindTexture() 275 unit, maxTextureUnits, maxTextureUnits - 1); in createAndBindTexture() 276 unit = maxTextureUnits - 1; in createAndBindTexture() 281 gl->glActiveTexture(GL_TEXTURE0 + unit); in createAndBindTexture() 286 m_unit_states[unit].binding2D = testTexture; in createAndBindTexture() [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/default/ |
D | TEST_MAPPING | 4 "name": "android.hardware.automotive.vehicle@2.0-manager-unit-tests" 9 "name": "android.hardware.automotive.vehicle@2.0-default-impl-unit-tests"
|
/hardware/google/interfaces/bluetooth/sar/1.0/ |
D | IBluetoothSar.hal | 30 * each unit is 0.25 dBm. 42 * each unit is 0.25 dBm. 44 * each unit is 0.25 dBm. 46 * each unit is 0.25 dBm.
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | drmmode.cpp | 155 float DrmMode::v_period(int64_t unit) const { in v_period() 160 return (1.0 / frequency) * unit; in v_period() 163 float DrmMode::te_period(int64_t unit) const { in te_period() 168 return (1.0 / frequency) * unit; in te_period()
|
/hardware/google/interfaces/bluetooth/sar/1.1/ |
D | IBluetoothSar.hal | 31 * @param chain0Cap Bluetooth Tx cap of chain 0 mode. Range is between 0 and 80 units, each unit 33 * @param chain1Cap Bluetooth Tx cap of chain 1 mode. Range is between 0 and 80 units, each unit 36 * each unit is 0.25 dBm.
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/ |
D | drmmode.h | 72 float v_period(int64_t unit = std::nano::den) const; 73 float te_period(int64_t unit = std::nano::den) const;
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDevice.hal | 88 * Turn on or off the torch mode of the flash unit associated with this 94 * unit. When there are any resource conflicts, such as when open() is 105 * unit, if the HAL cannot keep multiple torch modes on simultaneously, the 108 * of those flash unit(s) has become TORCH_MODE_STATUS_AVAILABLE_OFF. 110 * @param torchMode The new mode to set the device flash unit to. 116 * The flash unit cannot be operated due to an unexpected internal 131 * This camera device does not have a flash unit. This can
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidGlobal.h | 35 tri_uint unit; member
|
D | HidGlobal.cpp | 68 unit = unsignedInteger; in append()
|
D | HidParser.h | 106 unsigned int unit; member
|
/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | GLClientState.cpp | 123 memset(m_tex.unit, 0, sizeof(m_tex.unit)); in init() 124 m_tex.activeUnit = &m_tex.unit[0]; in init() 1338 GLuint unit = texture - GL_TEXTURE0; in setActiveTextureUnit() local 1339 if (unit >= MAX_TEXTURE_UNITS) { in setActiveTextureUnit() 1342 m_tex.activeUnit = &m_tex.unit[unit]; in setActiveTextureUnit() 1348 return GL_TEXTURE0 + (m_tex.activeUnit - &m_tex.unit[0]); in getActiveTextureUnit() 1375 bool GLClientState::bindSampler(GLuint unit, GLuint sampler) { in bindSampler() argument 1378 if (m_tex.unit[unit].boundSampler) { in bindSampler() 1381 m_tex.unit[unit].boundSampler = sampler; in bindSampler() 1385 bool GLClientState::isSamplerBindNoOp(GLuint unit, GLuint sampler) { in isSamplerBindNoOp() argument [all …]
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | Android.bp | 101 name: "bluetooth-vendor-interface-unit-tests", 127 name: "bluetooth-address-unit-tests",
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | GLESv1Decoder.cpp | 230 void GLESv1Decoder::s_glTexCoordPointerData(void *self, GLint unit, GLint size, GLenum type, GLsize… in s_glTexCoordPointerData() argument 234 (GLDecoderContextData::TEXCOORD0_LOCATION + unit)); in s_glTexCoordPointerData() 239 (GLDecoderContextData::TEXCOORD0_LOCATION + unit)), in s_glTexCoordPointerData() 245 (GLDecoderContextData::TEXCOORD0_LOCATION + unit))); in s_glTexCoordPointerData()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | cmake_core.cmake | 19 set(ASTC_TEST test-unit) 21 set(ASTC_TEST test-unit-${ISA_SIMD})
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.h | 174 void activeTexture(GLenum unit); 175 void clientActiveTexture(GLenum unit);
|
/hardware/interfaces/gatekeeper/1.0/software/tests/ |
D | Android.bp | 27 name: "gatekeeper-software-device-unit-tests",
|
/hardware/interfaces/power/stats/1.0/ |
D | types.hal | 51 * A subsystem is a self-contained compute unit. Some examples include 57 * compute unit. Some examples include simple sensors, camera, display.
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevice.hal | 84 * Turn on or off the torch mode of the flash unit associated with a given 89 * The camera device has a higher priority accessing the flash unit. When 101 * flash unit, if HAL cannot keep multiple torch modes on simultaneously, 104 * mode state of that flash unit has become TORCH_MODE_STATUS_AVAILABLE_OFF. 106 * @param torchMode The new mode to set the device flash unit to. 112 * The flash unit cannot be operated due to an unexpected internal 127 * This camera device does not have a flash unit. This must
|
/hardware/interfaces/automotive/vehicle/2.0/utils/ |
D | Android.bp | 40 name: "android.hardware.automotive.vehicle@2.0-utils-unit-tests",
|
/hardware/interfaces/camera/provider/ |
D | README.md | 9 It also allows for direct control of the flash unit of camera devices that have
|
/hardware/interfaces/audio/common/all-versions/test/utility/ |
D | Android.bp | 46 // Note: this isn't a VTS test, but rather a unit test
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_QCOM_filter_cubic_clamp.adoc | 32 Certain Adreno GPUs are able to perform the range clamp in the texture unit
|
/hardware/interfaces/automotive/evs/1.1/ |
D | types.hal | 193 * control unit or represent a logical group of sensors like front and back. 272 * Rotation = + 90 degrees around Z axis = (0.7071, 0, 0, 0.7071) as a unit quaternion. 278 * Rotation part of the sensor pose, expressed as a unit quaternion. 322 * Timestamp unit is nanoseconds and is obtained from android elapsed realtime clock which is
|
/hardware/interfaces/audio/common/all-versions/default/ |
D | Android.bp | 183 // Note: this isn't a VTS test, but rather a unit test 209 // Note: this isn't a VTS test, but rather a unit test
|