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

  /external/chromium_org/third_party/angle/src/libGLESv2/
Shader.cpp 23 void *Shader::mVertexCompiler = NULL;
208 mVertexCompiler = ShConstructCompiler(SH_VERTEX_SHADER, SH_GLES2_SPEC, hlslVersion, &resources);
216 ShDestruct(mVertexCompiler);
219 mVertexCompiler = NULL;
506 compileToHLSL(mVertexCompiler);
508 parseVaryings(mVertexCompiler);
538 ShGetInfoPointer(mVertexCompiler, SH_ACTIVE_ATTRIBUTES_ARRAY, &activeAttributes);
592 case GL_VERTEX_SHADER: compiler = mVertexCompiler; break;
Shader.h 123 static void *mVertexCompiler;

Completed in 489 milliseconds