OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShaderType
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/src/OpenGL/compiler/
ValidateLimitations.h
62
GLenum
mShaderType
;
ParseHelper.h
46
mShaderType
(type),
76
GLenum getShaderType() const { return
mShaderType
; }
258
GLenum
mShaderType
; // vertex or fragment language (future: pack or unpack)
ValidateLimitations.cpp
113
:
mShaderType
(shaderType),
497
bool skip = (
mShaderType
== GL_VERTEX_SHADER) &&
Completed in 48 milliseconds