Searched defs:GLSLVersion (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/opengl/
H A DgluShaderUtil.hpp38 enum GLSLVersion enum in namespace:glu
60 const char* getGLSLVersionName (GLSLVersion version);
61 const char* getGLSLVersionDeclaration (GLSLVersion version);
62 bool glslVersionUsesInOutQualifiers (GLSLVersion version);
63 bool glslVersionIsES (GLSLVersion version);
64 bool isGLSLVersionSupported (ContextType type, GLSLVersion version);
65 GLSLVersion getContextTypeGLSLVersion (ContextType type);
/external/mesa3d/src/mesa/main/
H A Dmtypes.h3513 GLuint GLSLVersion; /**< Desktop GLSL version supported (ex: 120 = 1.20) */ member in struct:gl_constants

Completed in 160 milliseconds