/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotTextures_unittest.cpp | 333 GlMipmapArray& levels) { in changedStateCheck() argument 334 for (int i = 0; i < levels.size(); i++) { in changedStateCheck() 336 levels[i].bytes, in changedStateCheck() 338 levels[i].width, levels[i].height, in changedStateCheck() 339 levels[i].format, levels[i].type), in changedStateCheck() 383 auto initImageFunc = [this](GLenum imageTarget, GlMipmapArray& levels) { in stateChange() argument 384 for (int i = 0; i < levels.size(); i++) { in stateChange() 385 levels[i].bytes.resize( in stateChange() 386 levels[i].width * levels[i].height * in stateChange() 388 levels[i].format, in stateChange() [all …]
|
/hardware/st/secure_element2/secure_element/esehal/src/ |
D | log.c | 35 static const char *levels[] = { variable 59 strcpy(ctx->log_buf, levels[n]); in vsay()
|
/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.cpp | 398 for (i = 0; i < extra->levels.size() && i < SOUND_TRIGGER_MAX_USERS; i++) { in convertPhraseRecognitionExtraToHal() 399 halExtra->levels[i].user_id = extra->levels[i].userId; in convertPhraseRecognitionExtraToHal() 400 halExtra->levels[i].level = extra->levels[i].levelPercent; in convertPhraseRecognitionExtraToHal() 481 extra->levels.resize(halExtra->num_levels); in convertPhraseRecognitionExtraFromHal() 483 extra->levels[i].userId = halExtra->levels[i].user_id; in convertPhraseRecognitionExtraFromHal() 484 extra->levels[i].levelPercent = halExtra->levels[i].level; in convertPhraseRecognitionExtraFromHal()
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.cpp | 421 for (i = 0; i < extra->levels.size() && i < SOUND_TRIGGER_MAX_USERS; i++) { in convertPhraseRecognitionExtraToHal() 422 halExtra->levels[i].user_id = extra->levels[i].userId; in convertPhraseRecognitionExtraToHal() 423 halExtra->levels[i].level = extra->levels[i].levelPercent; in convertPhraseRecognitionExtraToHal() 506 extra->levels.resize(halExtra->num_levels); in convertPhraseRecognitionExtraFromHal() 508 extra->levels[i].userId = halExtra->levels[i].user_id; in convertPhraseRecognitionExtraFromHal() 509 extra->levels[i].levelPercent = halExtra->levels[i].level; in convertPhraseRecognitionExtraFromHal()
|
/hardware/interfaces/wifi/1.1/ |
D | IWifiChip.hal | 47 * List of preset wifi radio TX power levels for different scenarios. 61 * the wifi chip change it's transmitting power levels. 78 * API to reset TX power levels.
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_extensions_dispatch_logging_wrappers.impl | 174 void glTexStorageMem2DEXT_dispatchLoggingWrapper(GLenum target, GLsizei levels, GLenum internalForm… 175 …xStorageMem2DEXT(target:0x%X, levels:%d, internalFormat:0x%X, width:%d, height:%d, memory:%d, offs… 176 …GLDispatch::glTexStorageMem2DEXT_underlying(target, levels, internalFormat, width, height, memory,… 184 void glTexStorageMem3DEXT_dispatchLoggingWrapper(GLenum target, GLsizei levels, GLenum internalForm… 185 …ageMem3DEXT(target:0x%X, levels:%d, internalFormat:0x%X, width:%d, height:%d, depth:%d, memory:%d,… 186 …GLDispatch::glTexStorageMem3DEXT_underlying(target, levels, internalFormat, width, height, depth, …
|
D | gles_extensions.entries | 48 void glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi… 50 void glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi…
|
D | gles_extensions_for_gles1.entries | 49 void glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi… 51 void glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi…
|
D | gles_extensions_for_gles2.entries | 49 void glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi… 51 void glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsi…
|
D | gles3_only_dispatch_logging_wrappers.impl | 314 void glTexStorage2D_dispatchLoggingWrapper(GLenum target, GLsizei levels, GLenum internalformat, GL… 315 …CH_DEBUG_LOG("glTexStorage2D(target:0x%X, levels:%d, internalformat:0x%X, width:%d, height:%d)", t… 316 GLDispatch::glTexStorage2D_underlying(target, levels, internalformat, width, height); 494 void glTexStorage3D_dispatchLoggingWrapper(GLenum target, GLsizei levels, GLenum internalformat, GL… 495 …BUG_LOG("glTexStorage3D(target:0x%X, levels:%d, internalformat:0x%X, width:%d, height:%d, depth:%d… 496 GLDispatch::glTexStorage3D_underlying(target, levels, internalformat, width, height, depth);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_extensions_functions.h | 42 …enum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, … 44 …rget, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint …
|
D | gles_extensions_for_gles2_static_translator_namespaced_header.h | 42 GL_APICALL void GL_APIENTRY glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalForm… 44 GL_APICALL void GL_APIENTRY glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalForm…
|
D | gles_extensions_for_gles1_static_translator_namespaced_header.h | 42 GL_APICALL void GL_APIENTRY glTexStorageMem2DEXT(GLenum target, GLsizei levels, GLenum internalForm… 44 GL_APICALL void GL_APIENTRY glTexStorageMem3DEXT(GLenum target, GLsizei levels, GLenum internalForm…
|
D | gles3_only_functions.h | 72 …exStorage2D, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)… 108 …ge3D, (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsize…
|
/hardware/interfaces/soundtrigger/2.0/ |
D | types.hal | 72 * list of confidence levels per user for 75 vec<ConfidenceLevel> levels;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_global_priority_query.adoc | 20 It allows implementations to report which global priority levels are treated 22 requested global priority levels to the same internal priority, or using
|
D | VK_EXT_image_view_min_lod.adoc | 32 useful for smoothly introducing new mip levels when using linear mipmap
|
D | VK_EXT_memory_budget.adoc | 39 mipmap levels, etc).
|
/hardware/interfaces/soundtrigger/2.3/default/ |
D | SoundTriggerHw.cpp | 429 for (i = 0; i < extra->levels.size() && i < SOUND_TRIGGER_MAX_USERS; i++) { in convertPhraseRecognitionExtraToHal() 430 halExtra->levels[i].user_id = extra->levels[i].userId; in convertPhraseRecognitionExtraToHal() 431 halExtra->levels[i].level = extra->levels[i].levelPercent; in convertPhraseRecognitionExtraToHal() 562 extra->levels.resize(halExtra->num_levels); in convertPhraseRecognitionExtraFromHal() 564 extra->levels[i].userId = halExtra->levels[i].user_id; in convertPhraseRecognitionExtraFromHal() 565 extra->levels[i].levelPercent = halExtra->levels[i].level; in convertPhraseRecognitionExtraFromHal()
|
/hardware/interfaces/audio/effect/all-versions/vts/functional/ |
D | VtsHalAudioEffectTargetTest.cpp | 892 int16_t levels[3]{0x7fff, 0, 0}; in TEST_P() local 893 ASSERT_NO_FATAL_FAILURE(getLevelRange(&levels[0], &levels[2])); in TEST_P() 894 ASSERT_GT(levels[2], levels[0]); in TEST_P() 895 levels[1] = (levels[2] + levels[0]) / 2; in TEST_P() 897 for (size_t j = 0; j < ARRAY_SIZE(levels); ++j) { in TEST_P() 898 Return<Result> ret = equalizer->setBandLevel(i, levels[j]); in TEST_P() 912 EXPECT_EQ(levels[j], actualLevel); in TEST_P()
|
/hardware/interfaces/wifi/1.2/ |
D | IWifiChip.hal | 40 * List of preset wifi radio TX power levels for different scenarios. 57 * the wifi chip change it's transmitting power levels.
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 742 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum interna… 743 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum interna… 744 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum interna… 745 …YP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalfo… 746 …YP PFNGLTEXTURESTORAGE2DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalfo… 747 …YP PFNGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalfo… 749 GL_API void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL… 750 GL_API void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL… 751 GL_API void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL… 752 GL_API void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu… [all …]
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 1118 GL_API void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL… 1119 GL_API void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL… 1120 GL_API void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL… 1121 GL_API void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu… 1122 GL_API void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu… 1123 GL_API void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu… 1125 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE1DEXTPROC) (GLenum target, GLsizei levels, GLenum interna… 1126 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE2DEXTPROC) (GLenum target, GLsizei levels, GLenum interna… 1127 typedef void (GL_APIENTRYP PFNGLTEXSTORAGE3DEXTPROC) (GLenum target, GLsizei levels, GLenum interna… 1128 …YP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalfo… [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | tessellation.adoc | 28 tessellation levels written by the tessellation control shader. 29 These levels are specified using the <<interfaces-builtin-variables,built-in 190 For code:Quads, all four outer levels are relevant. 192 levels, respectively, are relevant. 193 Negative inner levels will not cause a patch to be discarded; they will be 200 Each of the tessellation levels is used to determine the number and spacing 315 first, second, and third outer tessellation levels to control the number of 322 levels are exactly one after clamping and rounding, only a single triangle 326 levels is greater than one, the inner tessellation level is treated as 362 tessellation levels of (a) four and (b) five are shown (not to scale). [all …]
|
/hardware/interfaces/wifi/hostapd/1.2/ |
D | types.hal | 61 * Debug levels for the hostapd.
|