OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IMPLEMENTATION_MAX_SAMPLES
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/src/OpenGL/libGL/
Context.h
343
const GLint
IMPLEMENTATION_MAX_SAMPLES
= multisampleCount[0];
/external/swiftshader/src/OpenGL/libGLES_CM/
Context.h
91
const GLint
IMPLEMENTATION_MAX_SAMPLES
= multisampleCount[0];
/external/swiftshader/src/OpenGL/libGLESv2/
Context.h
163
const GLint
IMPLEMENTATION_MAX_SAMPLES
= multisampleCount[0];
Completed in 115 milliseconds