Searched refs:GL_RGBA16_SNORM (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_renderbuffer.c | 89 case GL_RGBA16_SNORM: in soft_renderbuffer_storage() 146 internalFormat == GL_RGBA16_SNORM && in soft_renderbuffer_storage() 421 rb->InternalFormat = GL_RGBA16_SNORM; in add_accum_renderbuffer()
|
/external/mesa3d/src/mesa/main/ |
D | shaderimage.c | 164 case GL_RGBA16_SNORM: in _mesa_get_shader_image_format() 437 case GL_RGBA16_SNORM: in _mesa_is_shader_image_format_supported()
|
D | copyimage.c | 413 case GL_RGBA16_SNORM: in compressed_format_compatible()
|
D | texformat.c | 433 case GL_RGBA16_SNORM: in _mesa_choose_tex_format()
|
D | glformats.c | 717 case GL_RGBA16_SNORM: in _mesa_is_enum_format_snorm() 1216 case GL_RGBA16_SNORM: in _mesa_is_color_format() 2467 case GL_RGBA16_SNORM: in _mesa_base_tex_format()
|
D | textureview.c | 136 {GL_VIEW_CLASS_64_BITS, GL_RGBA16_SNORM},
|
D | fbobject.c | 1846 case GL_RGBA16_SNORM: in _mesa_base_fbo_format()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_fbo.c | 76 if (internalFormat == GL_RGBA16_SNORM) { in st_renderbuffer_alloc_sw_storage() 339 strb->Base.InternalFormat = GL_RGBA16_SNORM; in st_new_renderbuffer_fb()
|
D | st_cb_drawpixels.c | 332 ctx->Extensions.EXT_texture_snorm ? GL_RGBA16_SNORM : GL_RGBA16; in internal_format() 337 ctx->Extensions.EXT_texture_snorm ? GL_RGBA16_SNORM : GL_RGBA16; in internal_format() 343 ctx->Extensions.EXT_texture_snorm ? GL_RGBA16_SNORM : GL_RGBA16; in internal_format() 1532 srcFormat = st_choose_format(st, GL_RGBA16_SNORM, GL_NONE, in st_CopyPixels()
|
D | st_format.c | 1912 { GL_RGBA16_SNORM, 0 },
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 160 case FMT_CASE(RGBA, SNORM_INT16): return GL_RGBA16_SNORM; in getInternalFormat() 484 case GL_RGBA16_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT16); in mapGLInternalFormat()
|
D | gluStrUtil.inl | 830 case GL_RGBA16_SNORM: return "GL_RGBA16_SNORM"; 1680 case GL_RGBA16_SNORM: return "GL_RGBA16_SNORM";
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_surface_builder.cpp | 202 case GL_RGBA16_SNORM: return ISL_FORMAT_R16G16B16A16_SNORM; in isl_format_for_gl_format()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1252 #define GL_RGBA16_SNORM 0x8F9B macro
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser.yy | 1354 { "rgba16_snorm", GL_RGBA16_SNORM, GLSL_TYPE_FLOAT, 130, 0, false },
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 1413 #define GL_RGBA16_SNORM 0x8F9B macro
|
D | glext.h | 1300 #define GL_RGBA16_SNORM 0x8F9B macro
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 1429 #define GL_RGBA16_SNORM 0x8F9B macro
|
D | glext.h | 1316 #define GL_RGBA16_SNORM 0x8F9B macro
|