Home
last modified time | relevance | path

Searched refs:isReferencedByFragmentShader (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h83 bool isReferencedByFragmentShader() const;
DProgram.cpp135 bool UniformBlock::isReferencedByFragmentShader() const in isReferencedByFragmentShader() function in es2::UniformBlock
426 *params = static_cast<GLint>(uniformBlock.isReferencedByFragmentShader()); in getActiveUniformBlockiv()
1162 if(!uniformBlock.isReferencedByVertexShader() && !uniformBlock.isReferencedByFragmentShader()) in applyUniformBuffers()
1174 if(uniformBlock.isReferencedByFragmentShader()) in applyUniformBuffers()