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

  /external/deqp/external/openglcts/modules/common/
glcTestSubcase.cpp 291 glw::GLenum glError = gl.getError();
294 if (glError != GL_NO_ERROR)
296 const char* name = glu::getErrorName(glError);
  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttribBindingTests.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 28 * glError after each GL operation, and throw a GLException if an error
29 * occurs. (By design, calling glError itself will not cause an exception
31 * calling glError after every GL operation.
60 int glError;
61 if ((glError = mgl.glGetError()) != 0) {
62 throw new GLException(glError);
    [all...]
GLLogWrapper.java 50 int glError;
51 if ((glError = mgl.glGetError()) != 0) {
52 String errorMessage = "glError: " + Integer.toString(glError);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 

Completed in 115 milliseconds