/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 681 case GL_RGB16: in _mesa_is_enum_format_unorm() 1029 case GL_RGB16: in _mesa_is_color_format() 2309 case GL_RGB16: in _mesa_base_tex_format() 2888 case GL_RGB16: in _mesa_gles_check_internalformat() 3217 if (internalFormat != GL_RGB16) in _mesa_gles_error_check_format_and_type() 4123 case GL_RGB16: in _mesa_is_es3_texture_filterable()
|
H A D | textureview.c | 140 {GL_VIEW_CLASS_48_BITS, GL_RGB16},
|
H A D | readpix.c | 946 case GL_RGB16: in read_pixels_es3_error_check()
|
H A D | fbobject.c | 2373 case GL_RGB16: in _mesa_base_fbo_format()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 164 GL_RGB16, GL_RGB16F, GL_RGB16I, GL_RGB16UI, GL_RGB16_SNORM, 321 case GL_RGB16: in filterFormats() 562 case GL_RGB16: in getEpsilon() 662 case GL_RGB16: in getFormat() 762 case GL_RGB16: in getNumberOfChannels() 874 case GL_RGB16: in getType() 1040 case GL_RGB16: in getPixelSizeForFormat() 2326 case GL_RGB16: in packPixel()
|
H A D | gl4cTextureViewTests.cpp | 53 VIEW_CLASS_64_BITS, GL_RGB16, VIEW_CLASS_48_BITS, GL_RGB16_SNORM, VIEW_CLASS_48_BITS, GL_RGB16F, VIEW_CLASS_48_BITS, 129 GL_RGB16, /* >= GL 4.0 */ 231 case GL_RGB16: in getAmountOfComponentsForInternalformat() 480 case GL_RGB16: in getComponentSizeForInternalformat() 770 case GL_RGB16: in getFormatOfInternalformat() 941 case GL_RGB16: in getGLFormatOfInternalformat() 1448 case GL_RGB16: in getInternalformatString() 1449 result = "GL_RGB16"; in getInternalformatString() 1710 case GL_RGB16: in getSamplerTypeForInternalformat() 1999 case GL_RGB16 in getTypeCompatibleWithInternalformat() [all...] |
H A D | gl3cTextureSizePromotion.cpp | 1283 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB16, STR(GL_RGB16), false, true, 16, 16, 16, 0, 0, 0,
|
H A D | gl3cTextureSwizzleTests.cpp | 426 GL_RGB16,
|
H A D | gl4cDirectStateAccessTexturesTests.cpp | 403 return GL_RGB16; in InternalFormat() 9053 GL_RGB16, in Prepare()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 177 case FMT_CASE(RGB, UNORM_INT16): return GL_RGB16; in getInternalFormat() 506 case GL_RGB16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT16);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 218 { GL_RGB12, GL_RGB16, 0 },
|
H A D | st_manager.c | 410 rb->InternalFormat = GL_RGB16; in st_new_renderbuffer_fb()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 146 #define GL_RGB16 0x8054 macro
|
H A D | formatutilsgl.cpp | 231 InsertFormatMapping(&map, GL_RGB16, AlwaysSupported(), AlwaysSupported(), NeverSupported(), ExtsOnly("GL_EXT_texture_norm16"), AlwaysSupported(), NeverSupported(), NeverSupported() ); in BuildInternalFormatInfoMap()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureRepeatModeTests.cpp | 269 { GL_RGB16, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {16,16,16, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
|
H A D | glcPackedPixelsTests.cpp | 174 { GL_RGB16, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT, SAMPLER_UNORM, { {16,16,16, 0, 0, 0, 0, 0, 0 } }, 0 },
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 722 #define GL_RGB16 0x8054 macro
|
H A D | glcorearb.h | 390 #define GL_RGB16 0x8054 macro
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 1050 #define GL_RGB16 0x8054 macro
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 371 #define GL_RGB16 0x8054 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 389 #define GL_RGB16 0x8054 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 389 #define GL_RGB16 0x8054 macro
|