Searched defs:checkFramebufferStatus (Results 1 - 7 of 7) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp137 void FboTestCase::checkFramebufferStatus (deUint32 target) function in class:deqp::gles3::Functional::FboTestCase
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp141 void FboTestCase::checkFramebufferStatus (deUint32 target) function in class:deqp::gles31::Functional::FboTestCase
H A Des31fStencilTexturingTests.cpp502 static void checkFramebufferStatus (const glw::Functions& gl) function in namespace:deqp::gles31::Functional::__anon20334
504 const deUint32 status = gl.checkFramebufferStatus(GL_FRAMEBUFFER);
549 checkFramebufferStatus(gl);
611 checkFramebufferStatus(gl);
702 checkFramebufferStatus(gl);
774 checkFramebufferStatus(gl);
779 checkFramebufferStatus(gl);
832 checkFramebufferStatus(gl);
855 checkFramebufferStatus(gl);
914 checkFramebufferStatus(g
[all...]
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc103 GLenum TestWebGraphicsContext3D::checkFramebufferStatus( function in class:cc::TestWebGraphicsContext3D
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp158 deUint32 GLContext::checkFramebufferStatus(deUint32 target) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h84 virtual WGC3Denum checkFramebufferStatus(WGC3Denum target) function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp1319 GLenum WebGLRenderingContextBase::checkFramebufferStatus(GLenum target) function in class:blink::__anon11092::WebGLRenderingContextBase
1324 synthesizeGLError(GL_INVALID_ENUM, "checkFramebufferStatus", "invalid target");
1332 emitGLWarning("checkFramebufferStatus", reason);
1335 result = webContext()->checkFramebufferStatus(target);

Completed in 2395 milliseconds