/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 94 { "rg8_snorm", GL_RG8_SNORM, }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 98 GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM, 142 GL_R8_SNORM, GL_RG8_SNORM, GL_RGBA8_SNORM,
|
D | es3fFboTestUtil.cpp | 975 case GL_RG8_SNORM: return "rg8_snorm"; in getFormatName()
|
D | es3fNegativeStateApiTests.cpp | 951 glGetInternalformativ (GL_RENDERBUFFER, GL_RG8_SNORM, GL_NUM_SAMPLE_COUNTS, 16, ¶ms[0]); in init()
|
D | es3fTextureUnitTests.cpp | 125 GL_RG8_SNORM,
|
D | es3fTextureFormatTests.cpp | 1361 { "rg8_snorm", GL_RG8_SNORM, }, in init()
|
D | es3fTextureSpecificationTests.cpp | 3442 { "rg8_snorm", GL_RG8_SNORM, }, in init()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 200 case FMT_CASE(RG, SNORM_INT8): return GL_RG8_SNORM; in getInternalFormat() 524 case GL_RG8_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT8); in mapGLInternalFormat() 559 case GL_RG8_SNORM: in isGLInternalColorFormatFilterable()
|
D | gluStrUtil.inl | 866 case GL_RG8_SNORM: return "GL_RG8_SNORM"; 1716 case GL_RG8_SNORM: return "GL_RG8_SNORM";
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
D | GL30.java | 241 public final int GL_RG8_SNORM = 0x8F95; field
|
/external/mesa3d/src/mesa/main/ |
D | texformat.c | 481 case GL_RG8_SNORM: in _mesa_choose_tex_format()
|
D | glformats.c | 641 case GL_RG8_SNORM: in _mesa_is_color_format()
|
D | fbobject.c | 1181 case GL_RG8_SNORM: in _mesa_base_fbo_format() 2785 return GL_RG8_SNORM; in get_nongeneric_internalformat()
|
D | teximage.c | 272 case GL_RG8_SNORM: in _mesa_base_tex_format()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 478 { "rg8_snorm", GL_RG8_SNORM, }, in init()
|
D | es31fFboTestUtil.cpp | 523 case GL_RG8_SNORM: return "rg8_snorm"; in getFormatName()
|
D | es31fTextureBorderClampTests.cpp | 2319 { "rg8_snorm", GL_RG8_SNORM, tcu::Sampler::MODE_LAST }, in init() 2540 { "snorm_color", GL_RG8_SNORM, tcu::Sampler::MODE_LAST, true }, in init() 2717 { "rg8_snorm", GL_RG8_SNORM, tcu::Sampler::MODE_LAST }, in init()
|
D | es31fTextureSpecificationTests.cpp | 817 { "rg8_snorm", GL_RG8_SNORM, }, in init()
|
D | es31fNegativeStateApiTests.cpp | 1263 ctx.glGetInternalformativ (GL_RENDERBUFFER, GL_RG8_SNORM, GL_NUM_SAMPLE_COUNTS, 16, ¶ms[0]); in get_internalformativ()
|
D | es31fTextureLevelStateQueryTests.cpp | 593 GL_R8, GL_R8_SNORM, GL_RG8, GL_RG8_SNORM, GL_RGB8, GL_RGB8_SNORM, GL_RGB565, GL_RGBA4, GL_RGB5_A1, in generateInternalFormatTextureGenerationGroup()
|
D | es31fCopyImageTests.cpp | 2304 textureFormatViewClasses[VIEWCLASS_16_BITS].push_back(GL_RG8_SNORM); in init()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1345 { GL_RG_SNORM, GL_RG8_SNORM, 0 },
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 1236 #define GL_RG8_SNORM 0x8F95 macro
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glew.h | 2273 #define GL_RG8_SNORM 0x8F95 macro 8895 #define GL_RG8_SNORM 0x8F95 macro
|
/external/mesa3d/include/GL/ |
D | glext.h | 737 #define GL_RG8_SNORM 0x8F95 macro
|