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

  /external/chromium_org/third_party/angle/tests/compiler_tests/
ExpressionLimit_test.cpp 182 ShHandle vertexCompiler = ShConstructCompiler(
188 vertexCompiler,
194 vertexCompiler,
200 vertexCompiler,
204 ShDestruct(vertexCompiler);
211 ShHandle vertexCompiler = ShConstructCompiler(
217 vertexCompiler,
223 vertexCompiler,
229 vertexCompiler,
233 ShDestruct(vertexCompiler);
    [all...]
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 66 ShHandle vertexCompiler = 0;
142 if (vertexCompiler == 0)
143 vertexCompiler = ShConstructCompiler(
145 compiler = vertexCompiler;
195 if ((vertexCompiler == 0) && (fragmentCompiler == 0))
200 if (vertexCompiler)
201 ShDestruct(vertexCompiler);

Completed in 131 milliseconds