Searched refs:GL_UNSIGNED_SHORT_5_5_5_1 (Results 1 - 25 of 69) sorted by relevance

123

/external/mesa3d/src/glx/
H A Dcompsize.c51 case GL_UNSIGNED_SHORT_5_5_5_1:
111 case GL_UNSIGNED_SHORT_5_5_5_1:
/external/deqp/modules/gles2/performance/
H A Des2pTextureFormatTests.cpp62 { "rgba5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 },
H A Des2pTextureUploadTests.cpp519 { "rgba_ushort5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 },
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_pixel_read.c57 case GL_UNSIGNED_SHORT_5_5_5_1:
72 case GL_UNSIGNED_SHORT_5_5_5_1:
H A Dradeon_texture.c356 case GL_UNSIGNED_SHORT_5_5_5_1:
371 case GL_UNSIGNED_SHORT_5_5_5_1:
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_pixel_read.c57 case GL_UNSIGNED_SHORT_5_5_5_1:
72 case GL_UNSIGNED_SHORT_5_5_5_1:
H A Dradeon_texture.c356 case GL_UNSIGNED_SHORT_5_5_5_1:
371 case GL_UNSIGNED_SHORT_5_5_5_1:
/external/mesa3d/src/mesa/main/
H A Dglformats.c45 case GL_UNSIGNED_SHORT_5_5_5_1:
138 case GL_UNSIGNED_SHORT_5_5_5_1:
262 case GL_UNSIGNED_SHORT_5_5_5_1:
428 case GL_UNSIGNED_SHORT_5_5_5_1:
1050 case GL_UNSIGNED_SHORT_5_5_5_1:
1224 case GL_UNSIGNED_SHORT_5_5_5_1:
1345 case GL_UNSIGNED_SHORT_5_5_5_1:
H A 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 }
H A Dformats.c2105 *datatype = GL_UNSIGNED_SHORT_5_5_5_1;
2672 return format == GL_RGBA && type == GL_UNSIGNED_SHORT_5_5_5_1 &&
/external/deqp/modules/gles2/functional/
H A Des2fNegativeBufferApiTests.cpp201 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]);
203 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]);
H A Des2fFboCompletenessTests.cpp56 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1),
H A Des2fTextureUnitTests.cpp89 GL_UNSIGNED_SHORT_5_5_5_1,
662 else if (params.dataType == GL_UNSIGNED_SHORT_4_4_4_4 || params.dataType == GL_UNSIGNED_SHORT_5_5_5_1)
/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.cpp257 case GL_UNSIGNED_SHORT_5_5_5_1:
351 case GL_UNSIGNED_SHORT_5_5_5_1:
H A DImage.cpp214 else if(type == GL_UNSIGNED_SHORT_5_5_5_1)
284 case GL_UNSIGNED_SHORT_5_5_5_1:
/external/deqp/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp62 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1),
H A Des3fNegativeTextureApiTests.cpp1148 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB5_A1, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0);
1409 glTexImage2D (GL_TEXTURE_2D, 0, GL_RGB5_A1, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, (const GLvoid*)3);
1448 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0);
1450 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0);
2079 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB5_A1, 1, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0);
2201 glTexImage3D (GL_TEXTURE_3D, 0, GL_RGB5_A1, 4, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, (const GLvoid*)3);
2241 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0);
2243 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0);
/external/swiftshader/src/OpenGL/common/
H A DImage.cpp464 case GL_UNSIGNED_SHORT_5_5_5_1: return sw::FORMAT_R5G5B5A1;
885 case GL_UNSIGNED_SHORT_5_5_5_1:
1034 case GL_UNSIGNED_SHORT_5_5_5_1:
1353 case GL_UNSIGNED_SHORT_5_5_5_1:
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTTextureAPI.cpp240 type = GL_UNSIGNED_SHORT_5_5_5_1;
1206 case GL_UNSIGNED_SHORT_5_5_5_1:
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp1107 addCreateTexture(prefix + "rgb5_a1", EGL_GL_TEXTURE_2D_KHR, GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1);
1351 case GL_UNSIGNED_SHORT_5_5_5_1:
1508 m_modifyActions.add("tex_subimage_rgb5_a1", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1)));
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp55 InsertFormatMapping(&map, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, GL_RGB5_A1);
728 case GL_UNSIGNED_SHORT_5_5_5_1:
863 case GL_UNSIGNED_SHORT_5_5_5_1: VALIDATE_INTERNALFORMAT(GL_RGB5_A1)
/external/deqp/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp421 { "rgba_unsigned_short_5_5_5_1", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 },
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.cpp90 case GL_UNSIGNED_SHORT_5_5_5_1:
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp105 case TextureFormat::UNORM_SHORT_5551: type = GL_UNSIGNED_SHORT_5_5_5_1; break;
411 case GL_UNSIGNED_SHORT_5_5_5_1: return TextureFormat::UNORM_SHORT_5551;
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...

Completed in 5773 milliseconds

123