/external/mesa3d/src/glx/ |
D | compsize.c | 49 case GL_UNSIGNED_SHORT_4_4_4_4: in __glElementsPerGroup() 109 case GL_UNSIGNED_SHORT_4_4_4_4: in __glBytesPerElement()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 43 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_type_is_packed() 136 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_sizeof_packed_type() 260 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_bytes_per_pixel() 427 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_is_type_unsigned() 1048 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type() 1222 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type() 1343 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type()
|
D | texcompress_cpal.c | 56 { GL_PALETTE4_RGBA4_OES, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 16, 2 }, 61 { GL_PALETTE8_RGBA4_OES, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 256, 2 },
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSpecificationTests.cpp | 1547 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init() 1607 …Image2DAlignCase (m_context, "2d_rgba4444_51_1", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init() 1608 …Image2DAlignCase (m_context, "2d_rgba4444_51_2", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init() 1609 …Image2DAlignCase (m_context, "2d_rgba4444_51_4", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init() 1610 …Image2DAlignCase (m_context, "2d_rgba4444_51_8", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init() 1625 …geCubeAlignCase (m_context, "cube_rgba4444_51_1", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init() 1626 …geCubeAlignCase (m_context, "cube_rgba4444_51_2", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init() 1627 …geCubeAlignCase (m_context, "cube_rgba4444_51_4", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init() 1628 …geCubeAlignCase (m_context, "cube_rgba4444_51_8", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init() 1688 …mage2DAlignCase (m_context, "2d_rgba4444_51_1", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 64, 64,… in init() [all …]
|
D | es2fNegativeBufferApiTests.cpp | 165 glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); in init() 197 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init() 199 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init()
|
D | es2fFboCompletenessTests.cpp | 55 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4),
|
D | es2fTextureWrapTests.cpp | 277 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
|
D | es2fTextureSizeTests.cpp | 368 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
|
D | es2fTextureUnitTests.cpp | 87 GL_UNSIGNED_SHORT_4_4_4_4, 661 …else if (params.dataType == GL_UNSIGNED_SHORT_4_4_4_4 || params.dataType == GL_UNSIGNED_SHORT_5_5_… in init()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureFormatTests.cpp | 61 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
|
D | es2pTextureUploadTests.cpp | 518 { "rgba_ushort4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_pixel_read.c | 68 case GL_UNSIGNED_SHORT_4_4_4_4: in gl_format_and_type_to_mesa_format()
|
D | radeon_texture.c | 353 case GL_UNSIGNED_SHORT_4_4_4_4: in radeonChooseTextureFormat() 368 case GL_UNSIGNED_SHORT_4_4_4_4: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_pixel_read.c | 68 case GL_UNSIGNED_SHORT_4_4_4_4: in gl_format_and_type_to_mesa_format()
|
D | radeon_texture.c | 353 case GL_UNSIGNED_SHORT_4_4_4_4: in radeonChooseTextureFormat() 368 case GL_UNSIGNED_SHORT_4_4_4_4: in radeonChooseTextureFormat()
|
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
D | TextureUtil.java | 178 dataType = GLES20.GL_UNSIGNED_SHORT_4_4_4_4; in uploadTexture()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
D | Gdx2DPixmap.java | 70 return GL20.GL_UNSIGNED_SHORT_4_4_4_4; in toGlType()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 1146 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init() 1446 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init() 1599 glTexImage2D (GL_TEXTURE_2D, 0, GL_RGBA4, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init() 1602 …glTexSubImage2D (GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, (const GLvoid… in init() 2077 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 1, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init() 2239 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init() 2397 glTexImage3D (GL_TEXTURE_3D, 0, GL_RGBA4, 4, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init() 2400 …glTexSubImage3D (GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, (const … in init()
|
D | es3fFboCompletenessTests.cpp | 61 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4),
|
D | es3fTextureSizeTests.cpp | 368 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
|
D | es3fNegativeBufferApiTests.cpp | 175 glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); in init() 209 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init() 211 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init()
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/ |
D | egl_defs.h | 564 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 1108 …eateTexture(prefix + "rgba4", EGL_GL_TEXTURE_2D_KHR, GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in addCreateTexture2DActions() 1347 case GL_UNSIGNED_SHORT_4_4_4_4: in isCompatibleFormats() 1509 …ba4", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4))); in addModifyActions()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/ |
D | Pixmap.java | 63 if (format == RGBA4444) return GL20.GL_UNSIGNED_SHORT_4_4_4_4; in toGlType()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 104 case TextureFormat::UNORM_SHORT_4444: type = GL_UNSIGNED_SHORT_4_4_4_4; break; in getTransferFormat() 410 case GL_UNSIGNED_SHORT_4_4_4_4: return TextureFormat::UNORM_SHORT_4444; in mapGLChannelType()
|