Lines Matching defs:error
140 // Listing of non-depth_stencil types for error tests
182 // Listing of non-depth_stencil formats for error tests
202 // Listing of non-depth_stencil base formats for error tests
1318 // - The error INVALID_ENUM is generated if ReadPixels is
1322 // - The error INVALID_OPERATION is generated if ReadPixels
1326 // - The error INVALID_OPERATION is generated if ReadPixels
1332 // or DEPTH_STENCIL causes the error INVALID_OPERATION.
1336 // DEPTH_STENCIL causes the error INVALID_OPERATION.
1340 // - The error INVALID_ENUM is generated if ReadPixels is
1349 // - The error INVALID_OPERATION is generated if CopyTexImage
1368 GLenum error = gl.getError();
1369 if (((GL_INVALID_OPERATION != error) && (GL_INVALID_ENUM != error)) &&
1370 !((GL_NO_ERROR == error) && m_context.getContextInfo().isExtensionSupported("GL_NV_read_depth_stencil")))
1494 // The OpenGL 4.3 spec is imprecise about what error this should generate
1499 // The new OpenGL 4.4 feature ARB_texture_stencil8 removes this error. So
1500 // the best we can do for OpenGL is to just allow any error, or no error,
1544 GLenum error = gl.getError();
1545 if ((GL_INVALID_OPERATION != error) && (GL_INVALID_ENUM != error))