/third_party/mesa3d/src/glx/ |
H A D | compsize.c | 52 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in __glElementsPerGroup() 122 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in __glBytesPerElement()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_desktop.cpp | 68 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in ValidDesktopType()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 246 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in _mesa_type_is_packed() 341 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in _mesa_sizeof_packed_type() 469 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in _mesa_bytes_per_pixel() 962 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in _mesa_is_type_unsigned() 1845 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in _mesa_error_check_format_and_type() 2031 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in _mesa_error_check_format_and_type() 2147 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in _mesa_error_check_format_and_type() 3890 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in _mesa_format_from_format_and_type()
|
H A D | formats.c | 937 *datatype = GL_UNSIGNED_SHORT_1_5_5_5_REV; in _mesa_uncompressed_format_to_type_and_comps() 996 *datatype = GL_UNSIGNED_SHORT_1_5_5_5_REV; in _mesa_uncompressed_format_to_type_and_comps()
|
H A D | readpix.c | 985 type == GL_UNSIGNED_SHORT_1_5_5_5_REV) in read_pixels_es3_error_check()
|
H A D | mipmap.c | 567 else if (datatype == GL_UNSIGNED_SHORT_1_5_5_5_REV && comps == 4) { in do_row() 1152 else if ((datatype == GL_UNSIGNED_SHORT_1_5_5_5_REV) && (comps == 4)) { in do_row_3D()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 362 { GL_UNSIGNED_SHORT_1_5_5_5_REV, sizeof(GLushort), STORAGE_UNSIGNED, true, true, { { 5, 5, 5, 1, 0, 0, 0, 0, 0 } }, false }, 486 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_1_5_5_5_REV, 4, true }, 487 { GL_BGRA, GL_BGRA, GL_UNSIGNED_SHORT_1_5_5_5_REV, 4, true }, 488 { GL_RGBA_INTEGER, GL_RGBA_INTEGER, GL_UNSIGNED_SHORT_1_5_5_5_REV, 4, true }, 489 { GL_BGRA_INTEGER, GL_BGRA_INTEGER, GL_UNSIGNED_SHORT_1_5_5_5_REV, 4, true }, 593 typeMap[GL_UNSIGNED_SHORT_1_5_5_5_REV] = "GL_UNSIGNED_SHORT_1_5_5_5_REV"; in getTypeStr() 1178 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in createGradient() 2727 case GL_UNSIGNED_SHORT_1_5_5_5_REV:
|
H A D | glcPackedDepthStencilTests.cpp | 160 GL_UNSIGNED_SHORT_1_5_5_5_REV,
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 417 case GL_UNSIGNED_SHORT_1_5_5_5_REV: in internal_format()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 246 #define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366 macro
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessTexturesTests.cpp | 9999 GL_UNSIGNED_SHORT_1_5_5_5_REV, in Prepare() 10257 gl.textureSubImage1D(m_to_1D, 0, 0, s_reference_width, s_reference_format, GL_UNSIGNED_SHORT_1_5_5_5_REV, in Test1D() 10498 GL_UNSIGNED_SHORT_1_5_5_5_REV, s_reference); in Test2D() 10752 s_reference_format, GL_UNSIGNED_SHORT_1_5_5_5_REV, s_reference); in Test3D()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fIntegerStateQueryTests.cpp | 1946 validColorTypes.push_back(GL_UNSIGNED_SHORT_1_5_5_5_REV); in test()
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 1457 #define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366 macro
|
H A D | glcorearb.h | 452 #define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366 macro
|
H A D | glext.h | 89 #define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366 macro
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIntegerStateQueryTests.cpp | 2555 validColorTypes.push_back(GL_UNSIGNED_SHORT_1_5_5_5_REV); in test()
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1440 #define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 433 #define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366 macro
|
H A D | glext.h | 70 #define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 451 #define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366 macro
|
H A D | glext.h | 87 #define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 451 #define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366 macro
|
H A D | glext.h | 87 #define GL_UNSIGNED_SHORT_1_5_5_5_REV 0x8366 macro
|