OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGLShaderType
(Results
1 - 5
of
5
) sorted by null
/external/deqp/framework/opengl/
gluShaderProgram.cpp
47
m_shader = gl.createShader(
getGLShaderType
(shaderType));
350
deUint32
getGLShaderType
(ShaderType shaderType)
gluShaderProgram.hpp
195
deUint32
getGLShaderType
(ShaderType shaderType);
/external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp
336
const GLuint shaderObject = glCreateShader(glu::
getGLShaderType
(m_shaderType));
370
const GLuint shaderObject = glCreateShader(glu::
getGLShaderType
(m_shaderType));
/external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp
390
const GLuint shaderObject = glCreateShader(glu::
getGLShaderType
(m_shaderType));
424
const GLuint shaderObject = glCreateShader(glu::
getGLShaderType
(m_shaderType));
[
all
...]
/external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp
1114
const GLenum glType = glu::
getGLShaderType
(shaderType);
[
all
...]
Completed in 453 milliseconds