OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrGLSLGeneration
(Results
1 - 9
of
9
) sorted by null
/external/skia/src/gpu/gl/
GrGLGLSL.h
22
bool GrGLGetGLSLGeneration(const GrGLInterface* gl,
GrGLSLGeneration
* generation);
GrGLContext.h
27
GrGLSLGeneration
glslGeneration() const { return fGLSLGeneration; }
46
GrGLSLGeneration
fGLSLGeneration;
58
GrGLSLGeneration
fGLSLGeneration;
GrGLGLSL.cpp
13
bool GrGLGetGLSLGeneration(const GrGLInterface* gl,
GrGLSLGeneration
* generation) {
GrGLGpu.h
49
GrGLSLGeneration
glslGeneration() const { return fGLContext->glslGeneration(); }
GrGLCaps.cpp
542
const char* get_glsl_version_decl_string(GrGLStandard standard,
GrGLSLGeneration
generation,
[
all
...]
/external/skia/src/gpu/glsl/
GrGLSL.cpp
12
bool GrGLSLSupportsNamedFragmentShaderOutputs(
GrGLSLGeneration
gen) {
GrGLSLCaps.h
140
GrGLSLGeneration
generation() const { return fGLSLGeneration; }
150
GrGLSLGeneration
fGLSLGeneration;
GrGLSL.h
18
enum
GrGLSLGeneration
{
53
bool GrGLSLSupportsNamedFragmentShaderOutputs(
GrGLSLGeneration
);
60
GrGLSLGeneration
glslGen) {
GrGLSLShaderVar.h
232
GrGLSLGeneration
gen = glslCaps->generation();
Completed in 142 milliseconds