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

  /external/chromium_org/third_party/angle/util/
shader_utils.cpp 41 GLint compileResult;
42 glGetShaderiv(shader, GL_COMPILE_STATUS, &compileResult);
44 if (compileResult == 0)
  /external/chromium_org/third_party/angle/tests/angle_tests/
ANGLETest.cpp 84 GLint compileResult;
85 glGetShaderiv(shader, GL_COMPILE_STATUS, &compileResult);
87 if (compileResult == 0)

Completed in 413 milliseconds