Home
last modified time | relevance | path

Searched defs:drawBuffers (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp391 const vector<DrawBufferInfo>& drawBuffers, in genRenderbuffers()
813 const vector<DrawBufferInfo>& drawBuffers, in renderRefQuad()
839 …edBlendEq (const BlendState& pre, const BlendState post, const vector<DrawBufferInfo>& drawBuffers) in requiresAdvancedBlendEq()
880 …mmonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers,… in genFragmentSource()
981 …mmonBlendState, const BlendState& postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers,… in genShaderSources()
1001 const vector<DrawBufferInfo>& drawBuffers, in renderQuad()
1098 const vector<DrawBufferInfo>& drawBuffers) in logTestCaseInfo()
1143 const vector<DrawBufferInfo>& drawBuffers) in runTest()
1181 const vector<DrawBufferInfo>& drawBuffers, in DrawBuffersIndexedTest()
1349 …andom& rng, BlendState& preCommon, BlendState& postCommon, vector<DrawBufferInfo>& drawBuffers, in… in genRandomTest()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderFragDataTests.cpp295 const deUint32 drawBuffers[] = { GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1 }; in iterate() local
Des3fFragmentOutputTests.cpp569 vector<deUint32> drawBuffers (numAttachments); in iterate() local
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp642 vector<deUint32> drawBuffers(m_outputLayout.locationSymbols.size()); in execute() local
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl143 glDrawBuffersFunc drawBuffers; variable