/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 },
|
D | pack.c | 604 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_pack_rgba_span_from_uints() 991 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_pack_rgba_span_from_ints() 2483 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_pack_rgba_span_float() 3180 srcType == GL_UNSIGNED_SHORT_4_4_4_4 || in extract_float_rgba() 3393 case GL_UNSIGNED_SHORT_4_4_4_4: in extract_float_rgba() 3789 srcType == GL_UNSIGNED_SHORT_4_4_4_4 || in extract_uint_rgba() 3962 case GL_UNSIGNED_SHORT_4_4_4_4: in extract_uint_rgba() 4290 srcType == GL_UNSIGNED_SHORT_4_4_4_4 || in _mesa_unpack_color_span_ubyte() 4543 srcType == GL_UNSIGNED_SHORT_4_4_4_4 || in _mesa_unpack_color_span_float() 4747 srcType == GL_UNSIGNED_SHORT_4_4_4_4 || in _mesa_unpack_color_span_uint()
|
/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 | 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()
|
D | es2fTextureSizeTests.cpp | 368 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, 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/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/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/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
D | TextureUtil.java | 178 dataType = GLES20.GL_UNSIGNED_SHORT_4_4_4_4; in uploadTexture()
|
/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 | 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()
|
D | es3fTextureSizeTests.cpp | 368 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 1083 ctx.glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in teximage2d() 1390 ctx.glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in texsubimage2d() 1549 ctx.glTexImage2D (GL_TEXTURE_2D, 0, GL_RGBA4, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0); in texsubimage2d_invalid_buffer_target() 1552 …ctx.glTexSubImage2D (GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, (const GL… in texsubimage2d_invalid_buffer_target() 2033 ctx.glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 1, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in teximage3d() 2201 ctx.glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in texsubimage3d() 2365 ctx.glTexImage3D (GL_TEXTURE_3D, 0, GL_RGBA4, 4, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0); in texsubimage3d_invalid_buffer_target() 2368 …ctx.glTexSubImage3D (GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, (co… in texsubimage3d_invalid_buffer_target()
|
D | es31fNegativeBufferApiTests.cpp | 173 ctx.glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); in read_pixels() 208 ctx.glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in read_pixels_format_mismatch() 210 ctx.glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in read_pixels_format_mismatch()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 103 case TextureFormat::UNORM_SHORT_4444: type = GL_UNSIGNED_SHORT_4_4_4_4; break; in getTransferFormat() 409 case GL_UNSIGNED_SHORT_4_4_4_4: return TextureFormat::UNORM_SHORT_4444; in mapGLChannelType()
|
/external/robolectric/lib/main/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |