Home
last modified time | relevance | path

Searched defs:getGeometryShaderInvocations (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/
DShader.h143 Optional<GLint> getGeometryShaderInvocations() const in getGeometryShaderInvocations() function
DProgramExecutable.h332 int getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
DShader.cpp828 int Shader::getGeometryShaderInvocations(const Context *context) in getGeometryShaderInvocations() function in gl::Shader
DProgram.cpp1759 GLint Program::getGeometryShaderInvocations() const in getGeometryShaderInvocations() function in gl::Program
/external/angle/src/compiler/translator/
DCompiler.h158 int getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
DParseContext.h481 int getGeometryShaderInvocations() const in getGeometryShaderInvocations() function