OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fProgramID
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.h
60
GrGLuint programID() const { return
fProgramID
; }
194
GrGLuint
fProgramID
;
/external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLProgramBuilder.h
94
SkASSERT(
fProgramID
); return fGeometryProcessor.get();
96
GrGLProgramEffects* getColorEffects() const { SkASSERT(
fProgramID
); return fColorEffects.get(); }
97
GrGLProgramEffects* getCoverageEffects() const { SkASSERT(
fProgramID
); return fCoverageEffects.get(); }
99
SkASSERT(
fProgramID
);
102
GrGLuint getProgramID() const { SkASSERT(
fProgramID
); return
fProgramID
; }
103
bool hasVertexShader() const { SkASSERT(
fProgramID
); return !fFragOnly; }
104
int getTexCoordSetCount() const { SkASSERT(
fProgramID
); return fTexCoordSetCnt; }
296
GrGLuint
fProgramID
;
Completed in 41 milliseconds