HomeSort by relevance Sort by last modified time
    Searched refs:GL_R8 (Results 1 - 25 of 163) sorted by null

1 2 3 4 5 6 7

  /external/deqp/modules/gles3/performance/
es3pTextureFormatTests.cpp 101 { "r8", GL_R8, },
  /external/mesa3d/src/mesa/main/
shaderimage.c 161 case GL_R8:
423 case GL_R8:
452 const GLenum format = _mesa_is_desktop_gl(ctx) ? GL_R8 : GL_R32UI;
759 u->Format = GL_R8;
glformats.c 663 case GL_R8:
1012 case GL_R8:
    [all...]
texformat.c 665 case GL_R8:
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLESTextureUtils.cpp 25 case GL_R8:
50 case GL_R8:
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 185 { "r8", GL_R8, false },
es3fFboTestCase.cpp 181 case GL_R8:
302 case GL_R8:
es3fRboStateQueryTests.cpp 182 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2,
224 { GL_R8, 8, 0, 0, 0 },
es3fTextureSpecificationTests.cpp     [all...]
es3fFboMultisampleTests.cpp 277 GL_R8,
es3fFboCompletenessTests.cpp 49 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,
es3fTextureSwizzleTests.cpp 247 { "red", GL_R8, GL_RED, GL_UNSIGNED_BYTE },
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 186 case GL_R8:
309 case GL_R8:
es31fTextureFormatTests.cpp 487 { "r8", GL_R8, },
534 { "r8", GL_R8, },
es31fFboColorbufferTests.cpp 304 GL_R8,
es31fInternalFormatQueryTests.cpp 380 { "r8", GL_R8, FormatSamplesCase::FORMAT_COLOR },
es31fTextureLevelStateQueryTests.cpp 283 internalFormat == GL_R8 ||
319 return internalFormat == GL_R8 ||
593 GL_R8, GL_R8_SNORM, GL_RG8, GL_RG8_SNORM, GL_RGB8, GL_RGB8_SNORM, GL_RGB565, GL_RGBA4, GL_RGB5_A1,
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.cpp 122 case GL_R8:
544 case GL_R8:
730 f(GL_R8) \
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 85 GL_R8,
gluTextureUtil.cpp 211 case FMT_CASE(R, UNORM_INT8): return GL_R8;
535 case GL_R8: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT8);
556 case GL_R8:
    [all...]
gluStrUtil.inl     [all...]
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 120 GL_R8,
  /external/swiftshader/src/OpenGL/common/
Image.cpp 707 case GL_R8:
747 case GL_R8:
916 case GL_R8:
942 case GL_R8:
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
utilities.cpp 99 InsertFormatMapping(&map, GL_RED, GL_UNSIGNED_BYTE, GL_R8);
825 case GL_R8:
972 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_R8)
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 220 public static final int GL_R8 = 0x8229;

Completed in 1445 milliseconds

1 2 3 4 5 6 7