Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DShader.h111 Optional<GLint> getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
DShader.cpp765 int Shader::getGeometryShaderInvocations() in getGeometryShaderInvocations() function in gl::Shader
DProgramExecutable.h341 int getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
DProgram.cpp2131 GLint Program::getGeometryShaderInvocations() const in getGeometryShaderInvocations() function in gl::Program
/external/angle/src/compiler/translator/
DCompiler.h148 int getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
DParseContext.h462 int getGeometryShaderInvocations() const in getGeometryShaderInvocations() function