Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DCompiler.h158 int getGeometryShaderInvocations() const { return mGeometryShaderInvocations; } in getGeometryShaderInvocations() function
H A DParseContext.h490 int getGeometryShaderInvocations() const in getGeometryShaderInvocations() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.h509 int getGeometryShaderInvocations() const { return mPod.geometryShaderInvocations; } in getGeometryShaderInvocations() function