HomeSort by relevance Sort by last modified time
    Searched defs:m_colorFormat (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fFboMultisampleTests.cpp 59 , m_colorFormat (colorFormat)
69 checkFormatSupport (m_colorFormat);
70 checkSampleCount (m_colorFormat, m_numSamples);
81 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFormat);
107 glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, m_colorFormat, m_size.x(), m_size.y());
229 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFormat), tcu::RGBA(12, 12, 12, 12)));
243 deUint32 m_colorFormat;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 275 unsigned m_colorFormat;

Completed in 144 milliseconds