HomeSort by relevance Sort by last modified time
    Searched refs:TextureFormat (Results 101 - 125 of 145) sorted by null

1 2 3 45 6

  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 204 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_internalFormat);
327 const tcu::TextureFormat texFmt = curCase.texture->getRefTexture().getFormat();
es31fFboColorbufferTests.cpp 137 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format);
es31fTextureSpecificationTests.cpp 209 TextureCubeArraySpecCase (Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int size, int depth, int numLevels);
216 tcu::TextureFormat m_texFormat;
223 TextureCubeArraySpecCase::TextureCubeArraySpecCase (Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int size, int depth, int numLevels)
    [all...]
es31fTextureFormatTests.cpp 284 tcu::TextureFormat fmt = glu::mapGLInternalFormat(m_format);
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 88 SamplerType getSamplerType (tcu::TextureFormat format);
89 SamplerType getFetchSamplerType (tcu::TextureFormat format);
glsRasterizationTestUtil.cpp     [all...]
glsFboUtil.cpp 35 using tcu::TextureFormat;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
PixelTransfer11.cpp 162 const d3d11::TextureFormat &sourceFormatInfo = d3d11::GetTextureFormatInfo(sourceFormat);
formatutils11.cpp     [all...]
RenderTarget11.cpp 281 const d3d11::TextureFormat &formatInfo = d3d11::GetTextureFormatInfo(internalFormat);
renderer11_utils.cpp 232 const d3d11::TextureFormat &formatInfo = d3d11::GetTextureFormatInfo(internalFormat);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 860 tcu::Texture2D resultTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_texture->getRefTexture().getWidth(), m_texture->getRefTexture().getHeight());
993 tcu::TextureCube resultTexture (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), m_size);
    [all...]
es3fFboRenderTest.cpp 377 tcu::TextureFormat texFormat = glu::mapGLTransferFormat(format, dataType);
389 tcu::TextureFormat texFormat = glu::mapGLTransferFormat(format, dataType);
529 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat);
750 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat);
    [all...]
es3fTextureFilteringTests.cpp 265 const tcu::TextureFormat texFmt = m_textures[0]->getRefTexture().getFormat();
565 const tcu::TextureFormat& texFmt = curCase.texture->getRefTexture().getFormat();
735 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_internalFormat);
830 const tcu::TextureFormat texFmt = curCase.texture->getRefTexture().getFormat();
    [all...]
es3fPixelBufferObjectTests.cpp 472 tcu::TextureFormat readFormat;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.c 471 b->TextureFormat = GLX_TEXTURE_FORMAT_NONE_EXT;
1073 b->TextureFormat = format;
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 201 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat();
526 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat();
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 328 tcu::TextureFormat texFmt = glu::mapGLTransferFormat(m_textureSpec.format, m_textureSpec.dataType);
433 tcu::TextureFormat texFmt = glu::mapGLTransferFormat(m_textureSpec.format, m_textureSpec.dataType);
es2fTextureFormatTests.cpp 111 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType);
257 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType);
es2fTextureFilteringTests.cpp 265 const tcu::TextureFormat texFmt = m_textures[0]->getRefTexture().getFormat();
538 const tcu::TextureFormat& texFmt = curCase.texture->getRefTexture().getFormat();
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 192 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat();
540 const tcu::TextureFormat& texFmt = m_textures[0]->getRefTexture().getFormat();
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 471 b->TextureFormat = GLX_TEXTURE_FORMAT_NONE_EXT;
1073 b->TextureFormat = format;
    [all...]
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 140 static bool isFixedPointDepthTextureFormat (const tcu::TextureFormat& format)
144 if (format.order == TextureFormat::D)
149 else if (format.order == TextureFormat::DS)
154 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return false;
155 case tcu::TextureFormat::UNSIGNED_INT_24_8: return true;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 555 tcu::TextureLevel resultTex (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), RENDER_SIZE, RENDER_SIZE);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
renderer9_utils.cpp 276 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat);

Completed in 2265 milliseconds

1 2 3 45 6