OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLSLFeature
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.h
31
enum
GLSLFeature
{
40
virtual bool enableFeature(
GLSLFeature
) = 0;
149
bool enableFeature(
GLSLFeature
) override;
GrGLSLFragmentShaderBuilder.cpp
83
bool GrGLSLFragmentShaderBuilder::enableFeature(
GLSLFeature
feature) {
104
SkFAIL("Unexpected
GLSLFeature
requested.");
Completed in 3521 milliseconds