/external/mesa3d/src/glx/ |
D | compsize.c | 51 case GL_UNSIGNED_SHORT_5_5_5_1: in __glElementsPerGroup() 111 case GL_UNSIGNED_SHORT_5_5_5_1: in __glBytesPerElement()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 45 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_type_is_packed() 138 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_sizeof_packed_type() 262 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_bytes_per_pixel() 428 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_is_type_unsigned() 1050 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_error_check_format_and_type() 1224 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_error_check_format_and_type() 1345 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_error_check_format_and_type()
|
D | texcompress_cpal.c | 57 { GL_PALETTE4_RGB5_A1_OES, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, 16, 2 }, 62 { GL_PALETTE8_RGB5_A1_OES, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, 256, 2 }
|
D | formats.c | 2105 *datatype = GL_UNSIGNED_SHORT_5_5_5_1; in _mesa_format_to_type_and_comps() 2672 return format == GL_RGBA && type == GL_UNSIGNED_SHORT_5_5_5_1 && in _mesa_format_matches_format_and_type()
|
D | pack.c | 666 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_pack_rgba_span_from_uints() 1053 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_pack_rgba_span_from_ints() 2541 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_pack_rgba_span_float() 3182 srcType == GL_UNSIGNED_SHORT_5_5_5_1 || in extract_float_rgba() 3449 case GL_UNSIGNED_SHORT_5_5_5_1: in extract_float_rgba() 3791 srcType == GL_UNSIGNED_SHORT_5_5_5_1 || in extract_uint_rgba() 4012 case GL_UNSIGNED_SHORT_5_5_5_1: in extract_uint_rgba() 4292 srcType == GL_UNSIGNED_SHORT_5_5_5_1 || in _mesa_unpack_color_span_ubyte() 4545 srcType == GL_UNSIGNED_SHORT_5_5_5_1 || in _mesa_unpack_color_span_float() 4749 srcType == GL_UNSIGNED_SHORT_5_5_5_1 || in _mesa_unpack_color_span_uint()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_pixel_read.c | 57 case GL_UNSIGNED_SHORT_5_5_5_1: in gl_format_and_type_to_mesa_format() 72 case GL_UNSIGNED_SHORT_5_5_5_1: in gl_format_and_type_to_mesa_format()
|
D | radeon_texture.c | 356 case GL_UNSIGNED_SHORT_5_5_5_1: in radeonChooseTextureFormat() 371 case GL_UNSIGNED_SHORT_5_5_5_1: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_pixel_read.c | 57 case GL_UNSIGNED_SHORT_5_5_5_1: in gl_format_and_type_to_mesa_format() 72 case GL_UNSIGNED_SHORT_5_5_5_1: in gl_format_and_type_to_mesa_format()
|
D | radeon_texture.c | 356 case GL_UNSIGNED_SHORT_5_5_5_1: in radeonChooseTextureFormat() 371 case GL_UNSIGNED_SHORT_5_5_5_1: in radeonChooseTextureFormat()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureFormatTests.cpp | 62 { "rgba5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 }, in init()
|
D | es2pTextureUploadTests.cpp | 519 { "rgba_ushort5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 }, in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeBufferApiTests.cpp | 201 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]); in init() 203 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]); in init()
|
D | es2fFboCompletenessTests.cpp | 56 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1),
|
D | es2fTextureUnitTests.cpp | 88 GL_UNSIGNED_SHORT_5_5_5_1, 661 …e if (params.dataType == GL_UNSIGNED_SHORT_4_4_4_4 || params.dataType == GL_UNSIGNED_SHORT_5_5_5_1) in init()
|
D | es2fTextureFormatTests.cpp | 641 { "rgba5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 }, in init()
|
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
D | TextureUtil.java | 191 dataType = GLES20.GL_UNSIGNED_SHORT_5_5_5_1; in uploadTexture()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeTextureApiTests.cpp | 1148 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB5_A1, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init() 1409 …glTexImage2D (GL_TEXTURE_2D, 0, GL_RGB5_A1, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, (const … in init() 1448 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init() 1450 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init() 2079 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB5_A1, 1, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init() 2201 …glTexImage3D (GL_TEXTURE_3D, 0, GL_RGB5_A1, 4, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, (con… in init() 2241 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init() 2243 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init()
|
D | es3fFboCompletenessTests.cpp | 62 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1),
|
D | es3fNegativeBufferApiTests.cpp | 213 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]); in init() 215 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeTextureApiTests.cpp | 1085 ctx.glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB5_A1, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in teximage2d() 1353 …ctx.glTexImage2D (GL_TEXTURE_2D, 0, GL_RGB5_A1, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, (co… in teximage2d_invalid_buffer_target() 1392 ctx.glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in texsubimage2d() 1394 ctx.glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in texsubimage2d() 2035 ctx.glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB5_A1, 1, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in teximage3d() 2163 …ctx.glTexImage3D (GL_TEXTURE_3D, 0, GL_RGB5_A1, 4, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, … in teximage3d_invalid_buffer_target() 2203 ctx.glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in texsubimage3d() 2205 ctx.glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in texsubimage3d()
|
D | es31fTextureFormatTests.cpp | 408 { "rgba_unsigned_short_5_5_5_1", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 }, in init()
|
D | es31fNegativeBufferApiTests.cpp | 212 ctx.glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]); in read_pixels_format_mismatch() 214 ctx.glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]); in read_pixels_format_mismatch()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 104 case TextureFormat::UNORM_SHORT_5551: type = GL_UNSIGNED_SHORT_5_5_5_1; break; in getTransferFormat() 410 case GL_UNSIGNED_SHORT_5_5_5_1: return TextureFormat::UNORM_SHORT_5551; 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/ ... |
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 1106 addCreateTexture(prefix + "rgba5_a1", EGL_GL_TEXTURE_2D_KHR, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1); in addCreateTexture2DActions() 1460 …5_a1", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1))); in addModifyActions()
|