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/skqp/src/gpu/glsl/
GrGLSLFragmentShaderBuilder.h
31
enum
GLSLFeature
{
39
virtual bool enableFeature(
GLSLFeature
) = 0;
160
bool enableFeature(
GLSLFeature
) override;
GrGLSLFragmentShaderBuilder.cpp
97
bool GrGLSLFragmentShaderBuilder::enableFeature(
GLSLFeature
feature) {
109
SK_ABORT("Unexpected
GLSLFeature
requested.");
Completed in 747 milliseconds