Searched refs:fboFormat (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 118 tcu::TextureFormat fboFormat = glu::mapGLInternalFormat(m_format); in render() local 119 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(fboFormat.type); in render() 120 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); in render() 195 readPixels(dst, 0, 0, m_width, m_height, fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias); in render() 833 const tcu::TextureFormat fboFormat = glu::mapGLInternalFormat(m_format); in render() local 834 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); in render() 839 … fboBlitShader (DataTypes() << glu::getSampler2DType(fboFormat), getFragmentOutputType(fboFormat… in render() 866 clearColorBuffer(fboFormat, Vec4(0.0f)); in render() 877 clearColorBuffer(fboFormat, color); in render() 884 …readPixels(dst, 0, 0, fboSizes[1], fboSizes[1], fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias… in render() [all …]
|
D | es3fShaderDerivateTests.cpp | 683 const deUint32 fboFormat = m_surfaceType == SURFACETYPE_FLOAT_FBO ? GL_RGBA32UI : GL_RGBA8; in iterate() local 699 << "Rendering to FBO, format = " << glu::getTextureFormatStr(fboFormat) in iterate() 707 …gl.renderbufferStorageMultisample(GL_RENDERBUFFER, m_numSamples, fboFormat, viewportSize.x(), view… in iterate() 830 …gl.renderbufferStorageMultisample(GL_RENDERBUFFER, 0, fboFormat, viewportSize.x(), viewportSize.y(… in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | Format.h | 28 GLenum fboFormat, 126 GLenum fboFormat, in Format() argument 147 fboImplementationInternalFormat(fboFormat), in Format()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | Format.h | 28 GLenum fboFormat, 132 GLenum fboFormat, in Format() argument 155 fboImplementationInternalFormat(fboFormat), in Format()
|