HomeSort by relevance Sort by last modified time
    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