Home
last modified time | relevance | path

Searched refs:GL_R8_SNORM (Results 1 – 25 of 38) sorted by relevance

12

/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp104 { "r8_snorm", GL_R8_SNORM, } in init()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp98 GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM,
142 GL_R8_SNORM, GL_RG8_SNORM, GL_RGBA8_SNORM,
Des3fFboTestUtil.cpp985 case GL_R8_SNORM: return "r8_snorm"; in getFormatName()
Des3fTextureUnitTests.cpp136 GL_R8_SNORM
Des3fTextureFormatTests.cpp1372 { "r8_snorm", GL_R8_SNORM, } in init()
/external/mesa3d/src/mesa/main/
Dshaderimage.c179 case GL_R8_SNORM: in _mesa_get_shader_image_format()
425 case GL_R8_SNORM: in _mesa_is_shader_image_format_supported()
Dglformats.c707 case GL_R8_SNORM: in _mesa_is_enum_format_snorm()
1206 case GL_R8_SNORM: in _mesa_is_color_format()
1747 return GL_R8_SNORM; in _mesa_get_nongeneric_internalformat()
2454 case GL_R8_SNORM: in _mesa_base_tex_format()
3168 if (internalFormat != GL_R8_SNORM) in _mesa_es3_error_check_format_and_type()
3694 case GL_R8_SNORM: in _mesa_is_es3_texture_filterable()
Dtexformat.c377 case GL_R8_SNORM: in _mesa_choose_tex_format()
Dtextureview.c176 {GL_VIEW_CLASS_8_BITS, GL_R8_SNORM},
Dfbobject.c734 case GL_R8_SNORM: in is_format_color_renderable()
1830 case GL_R8_SNORM: in _mesa_base_fbo_format()
/external/swiftshader/src/OpenGL/common/
DImage.cpp706 case GL_R8_SNORM: in SelectInternalFormat()
746 case GL_R8_SNORM: in SelectInternalFormat()
918 case GL_R8_SNORM: in ComputePixelSize()
1316 case GL_R8_SNORM: in loadImageData()
1358 case GL_R8_SNORM: in loadImageData()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp214 case FMT_CASE(R, SNORM_INT8): return GL_R8_SNORM; in getInternalFormat()
538 case GL_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8); in mapGLInternalFormat()
557 case GL_R8_SNORM: in isGLInternalColorFormatFilterable()
DgluStrUtil.inl879 case GL_R8_SNORM: return "GL_R8_SNORM";
1729 case GL_R8_SNORM: return "GL_R8_SNORM";
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp100 InsertFormatMapping(&map, GL_RED, GL_BYTE, GL_R8_SNORM); in BuildFormatMap()
847 case GL_R8_SNORM: in ValidateTextureFormatType()
973 case GL_BYTE: VALIDATE_INTERNALFORMAT(GL_R8_SNORM) in ValidateTextureFormatType()
DlibGLESv3.cpp121 InsertFormatMapping(map, GL_R8_SNORM, GL_RED, GL_BYTE); in BuildFormatMap3D()
269 InsertFormatStorageMapping(map, GL_R8_SNORM, GL_UNSIGNED_BYTE); in BuildFormatMapStorage2D()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp490 { "r8_snorm", GL_R8_SNORM, } in init()
Des31fFboTestUtil.cpp533 case GL_R8_SNORM: return "r8_snorm"; in getFormatName()
Des31fTextureBorderClampTests.cpp2317 { "r8_snorm", GL_R8_SNORM, tcu::Sampler::MODE_LAST }, in init()
2444 { "snorm_color", GL_R8_SNORM, tcu::Sampler::MODE_LAST }, in init()
2489 { "snorm_color", GL_R8_SNORM, tcu::Sampler::MODE_LAST }, in init()
Des31fTextureSpecificationTests.cpp827 { "r8_snorm", GL_R8_SNORM, } in init()
Des31fTextureLevelStateQueryTests.cpp593 GL_R8, GL_R8_SNORM, GL_RG8, GL_RG8_SNORM, GL_RGB8, GL_RGB8_SNORM, GL_RGB565, GL_RGBA4, GL_RGB5_A1, in generateInternalFormatTextureGenerationGroup()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp409 glInternalFormat=GL_R8_SNORM; in PVRTGetOGLES3TextureFormat()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_surface_builder.cpp177 case GL_R8_SNORM: return ISL_FORMAT_R8_SNORM; in isl_format_for_gl_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1876 { GL_RED_SNORM, GL_R8_SNORM, 0 },
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
Dgl3.h711 #define GL_R8_SNORM 0x8F94 macro
/external/mesa3d/include/GLES3/
Dgl3.h900 #define GL_R8_SNORM 0x8F94 macro

12