HomeSort by relevance Sort by last modified time
    Searched refs:getShaderType (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
Compiler.h 90 GLenum getShaderType() const { return shaderType; }
glslang.y 124 if (context->getShaderType() != GL_FRAGMENT_SHADER && \
125 context->getShaderType() != GL_VERTEX_SHADER) { \
132 if (context->getShaderType() != GL_VERTEX_SHADER) { \
139 if (context->getShaderType() != GL_FRAGMENT_SHADER) { \
905 if (context->getShaderType() == GL_VERTEX_SHADER)
914 if (context->getShaderType() == GL_VERTEX_SHADER)
    [all...]
glslang_tab.cpp 360 if (context->getShaderType() != GL_FRAGMENT_SHADER && \
361 context->getShaderType() != GL_VERTEX_SHADER) { \
368 if (context->getShaderType() != GL_VERTEX_SHADER) { \
375 if (context->getShaderType() != GL_FRAGMENT_SHADER) { \
    [all...]
ParseHelper.h 76 GLenum getShaderType() const { return mShaderType; }
  /external/swiftshader/src/Shader/
Shader.hpp 557 ShaderType getShaderType() const;
Shader.cpp     [all...]
  /external/deqp/modules/egl/
teglRobustnessTests.cpp 235 const ShaderType& getShaderType (void) const { return m_shaderType; }
386 if (params.getShaderType() == SHADERTYPE_COMPUTE ||
461 if (params.getShaderType() == SHADERTYPE_COMPUTE ||
    [all...]

Completed in 702 milliseconds