/external/mesa3d/src/mesa/main/ |
D | glformats.c | 254 case GL_UNSIGNED_INT_5_9_9_9_REV: in _mesa_type_is_packed() 350 case GL_UNSIGNED_INT_5_9_9_9_REV: in _mesa_sizeof_packed_type() 503 case GL_UNSIGNED_INT_5_9_9_9_REV: in _mesa_bytes_per_pixel() 2004 case GL_UNSIGNED_INT_5_9_9_9_REV: in _mesa_error_check_format_and_type() 3002 case GL_UNSIGNED_INT_5_9_9_9_REV: in _mesa_es3_error_check_format_and_type() 3594 case GL_UNSIGNED_INT_5_9_9_9_REV: in _mesa_format_from_format_and_type()
|
D | formats.c | 1284 *datatype = GL_UNSIGNED_INT_5_9_9_9_REV; in _mesa_uncompressed_format_to_type_and_comps() 1990 return format == GL_RGB && type == GL_UNSIGNED_INT_5_9_9_9_REV && in _mesa_format_matches_format_and_type()
|
D | texgetimage.c | 65 case GL_UNSIGNED_INT_5_9_9_9_REV: in type_needs_clamping()
|
D | mipmap.c | 680 else if (datatype == GL_UNSIGNED_INT_5_9_9_9_REV && comps == 3) { in do_row() 1340 else if (datatype == GL_UNSIGNED_INT_5_9_9_9_REV && comps == 3) { in do_row_3D()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 197 …{ GL_RGB9_E5, GL_RGB, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, SAMPLER_FLOAT, { { 9, … 271 …{ GL_RGB9_E5, GL_RGB, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, SAMPLER_FLOAT, { { 9, 9, 9, … 356 …{ GL_UNSIGNED_INT_5_9_9_9_REV, sizeof(GLuint), STORAGE_FLOAT, true, true, { { 9, 9, 9, … 383 …{ GL_UNSIGNED_INT_5_9_9_9_REV, sizeof(GLuint), STORAGE_FLOAT, true, true, { { 9, 9, 9, … 415 { GL_RGB9_E5, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, 4, false }, 508 { GL_RGB, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, 4, true }, 1160 case GL_UNSIGNED_INT_5_9_9_9_REV: in createGradient() 2675 case GL_UNSIGNED_INT_5_9_9_9_REV: in getFloatBuffer() 2791 if (type.type == GL_UNSIGNED_INT_5_9_9_9_REV) in getBits()
|
D | glcTextureRepeatModeTests.cpp | 299 …{ GL_RGB9_E5, GL_RGB, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, SAMPLER_FLOAT, { { 9, 9, 9, 0, 0,… 388 …{ GL_RGB9_E5, GL_RGB, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, SAMPLER_FLOAT, { { 9, 9, 9, 0, 0…
|
D | glcPackedDepthStencilTests.cpp | 155 GL_UNSIGNED_INT_5_9_9_9_REV, 179 GL_UNSIGNED_INT_5_9_9_9_REV,
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 897 case GL_UNSIGNED_INT_5_9_9_9_REV: in ValidateTextureFormatType() 1082 case GL_UNSIGNED_INT_5_9_9_9_REV: VALIDATE_INTERNALFORMAT(GL_RGB9_E5) in ValidateTextureFormatType() 1240 case GL_UNSIGNED_INT_5_9_9_9_REV: in GetTypeSize()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 117 case TextureFormat::UNSIGNED_INT_999_E5_REV: type = GL_UNSIGNED_INT_5_9_9_9_REV; break; in getTransferFormat() 418 case GL_UNSIGNED_INT_5_9_9_9_REV: return TextureFormat::UNSIGNED_INT_999_E5_REV; in mapGLChannelType()
|
D | gluStrUtil.inl | 41 case GL_UNSIGNED_INT_5_9_9_9_REV: return "GL_UNSIGNED_INT_5_9_9_9_REV";
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 185 case GL_UNSIGNED_INT_5_9_9_9_REV: return GL_RGB9_E5; in GetSizedInternalFormat() 486 case GL_UNSIGNED_INT_5_9_9_9_REV: return 4; in ComputePixelSize() 1492 case GL_UNSIGNED_INT_5_9_9_9_REV: in loadImageData()
|
/external/virglrenderer/src/ |
D | vrend_formats.c | 275 { VIRGL_FORMAT_R9G9B9E5_FLOAT, GL_RGB9_E5, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, NO_SWIZZLE },
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 904 type = GL_UNSIGNED_INT_5_9_9_9_REV; in getType() 2196 case GL_UNSIGNED_INT_5_9_9_9_REV: in readChannel() 2268 case GL_UNSIGNED_INT_5_9_9_9_REV: in writeChannel() 2416 case GL_UNSIGNED_INT_5_9_9_9_REV: in unpackPixel()
|
D | gl3cTextureSwizzleTests.cpp | 727 GL_UNSIGNED_INT_5_9_9_9_REV, 1472 else if (GL_UNSIGNED_INT_5_9_9_9_REV == format.m_type) in calculate_values_from_source()
|
D | gl4cTextureViewTests.cpp | 696 case GL_UNSIGNED_INT_5_9_9_9_REV: in getComponentSizeForType() 7089 type_to_use = GL_UNSIGNED_INT_5_9_9_9_REV; in initTextureObject()
|
D | gl4cDirectStateAccessTexturesTests.cpp | 10006 GL_UNSIGNED_INT_5_9_9_9_REV, in Prepare()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 346 case GL_UNSIGNED_INT_5_9_9_9_REV: in internal_format()
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 594 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 1321 case GL_UNSIGNED_INT_5_9_9_9_REV: in isCompatibleFormats()
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 771 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 771 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
|
D | gl31.h | 773 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
|
D | gl32.h | 773 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1013 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 7567 case GL_UNSIGNED_INT_5_9_9_9_REV: in getSizeOfPixel() 8853 if (type == GL_UNSIGNED_INT_10F_11F_11F_REV || type == GL_UNSIGNED_INT_5_9_9_9_REV) in getChannelOrderForInternalformatAndType()
|