Searched refs:GL_UNSIGNED_SHORT_4_4_4_4_REV (Results 1 – 21 of 21) sorted by relevance
/external/mesa3d/src/glx/ |
D | compsize.c | 50 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in __glElementsPerGroup() 120 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in __glBytesPerElement()
|
/external/mesa3d/src/mesa/main/ |
D | formats.c | 1636 return format == GL_BGRA && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && in _mesa_format_matches_format_and_type() 1678 if (format == GL_RGBA && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && swapBytes) in _mesa_format_matches_format_and_type() 1681 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && !swapBytes) in _mesa_format_matches_format_and_type() 1693 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && swapBytes) in _mesa_format_matches_format_and_type() 1696 if (format == GL_RGBA && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && !swapBytes) in _mesa_format_matches_format_and_type() 2028 if (format == GL_RGBA_INTEGER && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && swapBytes) in _mesa_format_matches_format_and_type() 2033 if (format == GL_RGBA_INTEGER && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && !swapBytes) in _mesa_format_matches_format_and_type() 2042 return format == GL_BGRA_INTEGER && type == GL_UNSIGNED_SHORT_4_4_4_4_REV && in _mesa_format_matches_format_and_type()
|
D | glformats.c | 244 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in _mesa_type_is_packed() 339 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in _mesa_sizeof_packed_type() 462 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in _mesa_bytes_per_pixel() 959 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in _mesa_is_type_unsigned() 1845 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in _mesa_error_check_format_and_type() 2043 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in _mesa_error_check_format_and_type() 2066 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in _mesa_error_check_format_and_type() 2163 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in _mesa_error_check_format_and_type() 3498 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in _mesa_format_from_format_and_type()
|
D | texformat.c | 73 if (type == GL_UNSIGNED_SHORT_4_4_4_4_REV) { in _mesa_choose_tex_format()
|
D | readpix.c | 929 type == GL_UNSIGNED_SHORT_4_4_4_4_REV || in read_pixels_es3_error_check()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_pixel_read.c | 70 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in gl_format_and_type_to_mesa_format()
|
D | radeon_texture.c | 298 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in radeonChooseTextureFormat() 313 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_pixel_read.c | 70 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in gl_format_and_type_to_mesa_format()
|
D | radeon_texture.c | 298 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in radeonChooseTextureFormat() 313 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in radeonChooseTextureFormat()
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 1945 validColorTypes.push_back(GL_UNSIGNED_SHORT_4_4_4_4_REV); in test() 1952 validColorTypes.push_back(GL_UNSIGNED_SHORT_4_4_4_4_REV); in test()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 306 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in internal_format()
|
/external/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 2553 validColorTypes.push_back(GL_UNSIGNED_SHORT_4_4_4_4_REV); in test() 2560 validColorTypes.push_back(GL_UNSIGNED_SHORT_4_4_4_4_REV); in test()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 9393 GL_UNSIGNED_SHORT_4_4_4_4_REV, in Prepare() 9643 …tureSubImage1D(m_to_1D, 0, 0, s_reference_width, s_reference_format, GL_UNSIGNED_SHORT_4_4_4_4_REV, in Test1D() 9884 GL_UNSIGNED_SHORT_4_4_4_4_REV, s_reference); in Test2D() 10138 s_reference_format, GL_UNSIGNED_SHORT_4_4_4_4_REV, s_reference); in Test3D()
|
/external/mesa3d/include/GL/ |
D | gl.h | 1462 #define GL_UNSIGNED_SHORT_4_4_4_4_REV 0x8365 macro
|
D | glcorearb.h | 452 #define GL_UNSIGNED_SHORT_4_4_4_4_REV 0x8365 macro
|
D | glext.h | 88 #define GL_UNSIGNED_SHORT_4_4_4_4_REV 0x8365 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 664 #define GL_UNSIGNED_SHORT_4_4_4_4_REV 0x8365 macro
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Context.cpp | 2324 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in readPixels()
|
D | libGL.cpp | 103 case GL_UNSIGNED_SHORT_4_4_4_4_REV: in validReadFormatType()
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 450 #define GL_UNSIGNED_SHORT_4_4_4_4_REV 0x8365 macro
|
D | glext.h | 86 #define GL_UNSIGNED_SHORT_4_4_4_4_REV 0x8365 macro
|