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

1 2 3 4 5 6 7

  /external/deqp/modules/gles3/performance/
es3pTextureCountTests.cpp 62 { "rg16f", GL_RG16F },
es3pTextureFormatTests.cpp 88 { "rg16f", GL_RG16F, },
es3pTextureFilteringTests.cpp 58 { "rg16f", GL_RG16F },
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 113 GL_RG16F,
128 GL_R11F_G11F_B10F, GL_RGBA16F, GL_RG16F, GL_R16F,
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 92 GL_RG32F, GL_RG16F, GL_R32F, GL_R16F,
93 GL_RGBA16F, GL_RGB16F, GL_RG16F, GL_R16F,
130 GL_RGBA32F, GL_RGBA16F, GL_R11F_G11F_B10F, GL_RG32F, GL_RG16F, GL_R32F, GL_R16F,
es3fFboTestCase.cpp 228 case GL_RG16F:
315 case GL_RG16F:
es3fPixelBufferObjectTests.cpp 164 || m_renderbufferFormat == GL_RG16F)
656 GL_RG16F,
es3fFboMultisampleTests.cpp 284 GL_RG16F,
es3fFragmentOutputTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 234 case GL_RG16F:
322 case GL_RG16F:
es31fInternalFormatQueryTests.cpp 97 if (m_internalFormat == GL_RGBA16F || m_internalFormat == GL_R32F || m_internalFormat == GL_RG32F || m_internalFormat == GL_RGBA32F || m_internalFormat == GL_R16F || m_internalFormat == GL_RG16F || m_internalFormat == GL_R11F_G11F_B10F)
411 { "rg16f", GL_RG16F, FormatSamplesCase::FORMAT_COLOR },
es31fTextureFormatTests.cpp 474 { "rg16f", GL_RG16F, },
544 { "rg16f", GL_RG16F, },
es31fFboColorbufferTests.cpp 313 GL_RG16F,
es31fShaderFramebufferFetchTests.cpp 217 case GL_RG16F:
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
utilities.cpp 89 InsertFormatMapping(&map, GL_RG, GL_HALF_FLOAT, GL_RG16F);
90 InsertFormatMapping(&map, GL_RG, GL_HALF_FLOAT_OES, GL_RG16F);
862 case GL_RG16F:
952 case GL_HALF_FLOAT: VALIDATE_INTERNALFORMAT(GL_RG16F)
953 case GL_FLOAT: VALIDATE_INTERNALFORMAT(GL_RG32F, GL_RG16F)
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.cpp 156 case GL_RG16F:
574 case GL_RG16F:
742 f(GL_RG16F) \
  /external/mesa3d/src/mesa/main/
shaderimage.c 74 case GL_RG16F:
407 case GL_RG16F:
glformats.c 1050 case GL_RG16F:
    [all...]
texformat.c 711 case GL_RG16F:
textureview.c 142 {GL_VIEW_CLASS_32_BITS, GL_RG16F},
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLESTextureUtils.cpp 183 case GL_RG16F: return sizeof(unsigned short) * 2;
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 224 public static final int GL_RG16F = 0x822F;
  /external/deqp/framework/opengl/
gluTextureUtil.cpp 194 case FMT_CASE(RG, HALF_FLOAT): return GL_RG16F;
518 case GL_RG16F: return TextureFormat(TextureFormat::RG, TextureFormat::HALF_FLOAT);
573 case GL_RG16F:
    [all...]
gluStrUtil.inl     [all...]
  /external/swiftshader/src/OpenGL/common/
Image.cpp 693 case GL_RG16F:
1081 case GL_RG16F: return sizeof(unsigned short) * 2;
    [all...]

Completed in 1162 milliseconds

1 2 3 4 5 6 7