Home
last modified time | relevance | path

Searched refs:GL_RGBA16_SNORM (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c89 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/
Dshaderimage.c164 case GL_RGBA16_SNORM: in _mesa_get_shader_image_format()
437 case GL_RGBA16_SNORM: in _mesa_is_shader_image_format_supported()
Dcopyimage.c413 case GL_RGBA16_SNORM: in compressed_format_compatible()
Dtexformat.c433 case GL_RGBA16_SNORM: in _mesa_choose_tex_format()
Dglformats.c717 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()
Dtextureview.c136 {GL_VIEW_CLASS_64_BITS, GL_RGBA16_SNORM},
Dfbobject.c1846 case GL_RGBA16_SNORM: in _mesa_base_fbo_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c76 if (internalFormat == GL_RGBA16_SNORM) { in st_renderbuffer_alloc_sw_storage()
339 strb->Base.InternalFormat = GL_RGBA16_SNORM; in st_new_renderbuffer_fb()
Dst_cb_drawpixels.c332 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()
Dst_format.c1912 { GL_RGBA16_SNORM, 0 },
/external/deqp/framework/opengl/
DgluTextureUtil.cpp160 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()
DgluStrUtil.inl830 case GL_RGBA16_SNORM: return "GL_RGBA16_SNORM";
1680 case GL_RGBA16_SNORM: return "GL_RGBA16_SNORM";
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_surface_builder.cpp202 case GL_RGBA16_SNORM: return ISL_FORMAT_R16G16B16A16_SNORM; in isl_format_for_gl_format()
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl1252 #define GL_RGBA16_SNORM 0x8F9B macro
/external/mesa3d/src/compiler/glsl/
Dglsl_parser.yy1354 { "rgba16_snorm", GL_RGBA16_SNORM, GLSL_TYPE_FLOAT, 130, 0, false },
/external/swiftshader/include/GL/
Dglcorearb.h1413 #define GL_RGBA16_SNORM 0x8F9B macro
Dglext.h1300 #define GL_RGBA16_SNORM 0x8F9B macro
/external/mesa3d/include/GL/
Dglcorearb.h1429 #define GL_RGBA16_SNORM 0x8F9B macro
Dglext.h1316 #define GL_RGBA16_SNORM 0x8F9B macro