Home
last modified time | relevance | path

Searched refs:fNumInvocations (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.h74 bool isConfigured() const { return fNumInvocations; } in isConfigured()
87 int fNumInvocations = 0; variable
DGrGLSLVertexGeoBuilder.cpp66 fNumInvocations = numInvocations; in configure()
/external/skqp/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.h67 bool isConfigured() const { return fNumInvocations; } in isConfigured()
81 int fNumInvocations = 0; variable
DGrGLSLVertexGeoBuilder.cpp73 fNumInvocations = numInvocations; in configure()