Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_SHORT_5_5_5_1 (Results 1 – 25 of 45) sorted by relevance

12

/external/mesa3d/src/glx/
Dcompsize.c51 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/
Dglformats.c45 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()
Dtexcompress_cpal.c57 { 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 }
Dformats.c2105 *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()
Dpack.c666 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/
Dradeon_pixel_read.c57 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()
Dradeon_texture.c356 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/
Dradeon_pixel_read.c57 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()
Dradeon_texture.c356 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/
Des2pTextureFormatTests.cpp62 { "rgba5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 }, in init()
Des2pTextureUploadTests.cpp519 { "rgba_ushort5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 }, in init()
/external/deqp/modules/gles2/functional/
Des2fNegativeBufferApiTests.cpp201 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()
Des2fFboCompletenessTests.cpp56 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1),
Des2fTextureUnitTests.cpp88 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()
Des2fTextureFormatTests.cpp641 { "rgba5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 }, in init()
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DTextureUtil.java191 dataType = GLES20.GL_UNSIGNED_SHORT_5_5_5_1; in uploadTexture()
/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp1148 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()
Des3fFboCompletenessTests.cpp62 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1),
Des3fNegativeBufferApiTests.cpp213 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/
Des31fNegativeTextureApiTests.cpp1085 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()
Des31fTextureFormatTests.cpp408 { "rgba_unsigned_short_5_5_5_1", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 }, in init()
Des31fNegativeBufferApiTests.cpp212 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/
DgluTextureUtil.cpp104 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/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
/external/deqp/modules/egl/
DteglImageFormatTests.cpp1106 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()

12