Home
last modified time | relevance | path

Searched defs:fboFormat (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp118 tcu::TextureFormat fboFormat = glu::mapGLInternalFormat(m_format); in render() local
831 const tcu::TextureFormat fboFormat = glu::mapGLInternalFormat(m_format); in render() local
903 const tcu::TextureFormat fboFormat = glu::mapGLInternalFormat(m_format); in render() local
969 const tcu::TextureFormat fboFormat = glu::mapGLInternalFormat(m_format); in render() local
Des3fShaderDerivateTests.cpp683 const deUint32 fboFormat = m_surfaceType == SURFACETYPE_FLOAT_FBO ? GL_RGBA32UI : GL_RGBA8; in iterate() local
/external/angle/src/libANGLE/renderer/
DFormat.h132 GLenum fboFormat, in Format()