Searched defs:sizedFormat (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTexture.cpp | 63 Texture1D::Texture1D (const RenderContext& context, deUint32 sizedFormat, int width) in Texture1D() 117 Texture2D::Texture2D (const RenderContext& context, deUint32 sizedFormat, int width, int height) in Texture2D() 452 Texture1DArray::Texture1DArray (const RenderContext& context, deUint32 sizedFormat, int width, int … in Texture1DArray() 508 Texture2DArray::Texture2DArray (const RenderContext& context, deUint32 sizedFormat, int width, int … in Texture2DArray() 624 Texture3D::Texture3D (const RenderContext& context, deUint32 sizedFormat, int width, int height, in… in Texture3D() 748 TextureCubeArray::TextureCubeArray (const RenderContext& context, deUint32 sizedFormat, int size, i… in TextureCubeArray()
|
D | gluTextureUtil.cpp | 1149 …orRenderable (const RenderContext& renderCtx, const ContextInfo& contextInfo, deUint32 sizedFormat) in isSizedFormatColorRenderable()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 250 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() 343 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount()
|
D | es3fFboRenderTest.cpp | 236 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) in checkColorFormatSupport()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 255 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() 348 void FboTestCase::checkSampleCount (deUint32 sizedFormat, int numSamples) in checkSampleCount()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 393 static void checkColorFormatSupport (sglr::Context& context, deUint32 sizedFormat) in checkColorFormatSupport()
|