Home
last modified time | relevance | path

Searched refs:m_colorFormat (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboMultisampleTests.cpp59 , m_colorFormat (colorFormat) in BasicFboMultisampleCase()
69 checkFormatSupport (m_colorFormat); in preCheck()
70 checkSampleCount (m_colorFormat, m_numSamples); in preCheck()
81 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFormat); in render()
107 … glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, m_colorFormat, m_size.x(), m_size.y()); in render()
229 …const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFormat), tcu::RGBA(12, 12, 12, 12))); in colorCompare()
243 deUint32 m_colorFormat; member in deqp::gles3::Functional::BasicFboMultisampleCase
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DDrawingBuffer.cpp145 , m_colorFormat(0) in DrawingBuffer()
379 m_colorFormat = GL_RGBA; in initialize()
383 m_colorFormat = GL_RGB; in initialize()
555 …URE_2D, 0, m_internalColorFormat, m_size.width(), m_size.height(), 0, m_colorFormat, GL_UNSIGNED_B… in paintCompositedResultsToCanvas()
1060 …TEXTURE_2D, 0, m_internalColorFormat, size.width(), size.height(), 0, m_colorFormat, GL_UNSIGNED_B… in allocateTextureMemory()
DDrawingBuffer.h276 unsigned m_colorFormat; variable