Searched refs:colorFmt (Results 1 - 8 of 8) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DCaps.java302 Format colorFmt = colorBuf.getFormat();
303 if (colorFmt.isDepthFormat())
306 if (colorFmt.isCompressed())
309 switch (colorFmt){
317 if (colorFmt.isFloatingPont())
/external/deqp/modules/gles3/functional/
H A Des3fFboMultisampleTests.cpp81 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFormat); local
83 tcu::TextureFormatInfo colorFmtInfo = tcu::getTextureFormatInfo(colorFmt);
86 GradientShader gradShader (getFragmentOutputType(colorFmt));
87 FlatColorShader flatShader (getFragmentOutputType(colorFmt));
224 readPixels(dst, 0, 0, m_size.x(), m_size.y(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias);
H A Des3fFboInvalidateTests.cpp445 InvalidateFboRenderCase (Context& context, const char* name, const char* description, deUint32 colorFmt, deUint32 depthStencilFmt, deUint32 invalidateBuffers) argument
447 , m_colorFmt (colorFmt)
462 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); local
464 tcu::TextureFormatInfo colorFmtInfo = tcu::getTextureFormatInfo(colorFmt);
545 readPixels(dst, 0, 0, getWidth(), getHeight(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias);
557 InvalidateFboUnbindReadCase (Context& context, const char* name, const char* description, deUint32 colorFmt, deUint32 depthStencilFmt, deUint32 invalidateBuffers) argument
559 , m_colorFmt (colorFmt)
575 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); local
577 tcu::TextureFormatInfo colorFmtInfo = tcu::getTextureFormatInfo(colorFmt);
583 GradientShader gradShader (getFragmentOutputType(colorFmt));
812 InvalidateSubFboRenderCase(Context& context, const char* name, const char* description, deUint32 colorFmt, deUint32 depthStencilFmt, deUint32 invalidateBuffers) argument
829 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); local
913 InvalidateSubFboUnbindReadCase(Context& context, const char* name, const char* description, deUint32 colorFmt, deUint32 depthStencilFmt, deUint32 invalidateBuffers) argument
931 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFmt); local
1210 const tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(colorFormat); local
[all...]
H A Des3fFboRenderTest.cpp1544 deUint32 colorFmt = GL_RGBA8; local
1549 FboConfig config(GL_COLOR_BUFFER_BIT|GL_STENCIL_BUFFER_BIT, colorType, colorFmt, stencilType, depthStencilFormats[fmtNdx].format);
1604 deUint32 colorFmt = GL_RGBA8; local
1614 FboConfig config(GL_COLOR_BUFFER_BIT|(depth ? GL_DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[typeNdx], depthStencilFormats[fmtNdx].format);
1680 deUint32 colorFmt = GL_RGBA8; local
1690 FboConfig config(GL_COLOR_BUFFER_BIT|(depth ? GL_DEPTH_BUFFER_BIT : 0)|(stencil ? GL_STENCIL_BUFFER_BIT : 0), colorType, colorFmt, objectTypes[typeNdx], depthStencilFormats[fmtNdx].format);
/external/deqp/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp246 ImageFormat colorFmt; member in struct:deqp::gles2::Functional::FormatCombination
270 attachTargetToNew(GL_COLOR_ATTACHMENT0, comb.colorKind, comb.colorFmt,
311 comb.colorFmt = *col;
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp545 GLenum colorFmt; member in struct:deqp::gls::Functional::__anon3770::BufferFmtDesc
644 gl.renderbufferStorage(GL_RENDERBUFFER, bufferFmt.colorFmt, width, height);
731 switch(bufferFmt.colorFmt)
749 switch(bufferFmt.colorFmt)
768 retval.colorFmt = GL_RGBA16F;
774 retval.colorFmt = GL_RGBA8I;
779 retval.colorFmt = GL_RGBA8UI;
784 retval.colorFmt = GL_RGBA8;
H A DglsTextureTestUtil.hpp292 SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt);
293 SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y, int width, int height);
H A DglsTextureTestUtil.cpp184 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y, int width, int height) argument
186 , m_colorMask (getColorMask(colorFmt))
194 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt) argument
196 , m_colorMask (getColorMask(colorFmt))

Completed in 283 milliseconds