OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_colorFormat
(Results
1 - 3
of
3
) 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
;
DrawingBuffer.cpp
143
,
m_colorFormat
(0)
392
m_colorFormat
= GL_RGBA;
396
m_colorFormat
= GL_RGB;
[
all
...]
Completed in 108 milliseconds