Home
last modified time | relevance | path

Searched refs:ValidateFramebuffer (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cClipControlTests.cpp483 qpTestResult loopResult = ValidateFramebuffer(m_context, origins[orig]); in iterate()
508 qpTestResult ValidateFramebuffer(deqp::Context& context, glw::GLenum origin) in ValidateFramebuffer() function in gl4cts::ClipControlOriginTest
674 qpTestResult result = ValidateFramebuffer(m_context); in iterate()
693 qpTestResult ValidateFramebuffer(deqp::Context& context) in ValidateFramebuffer() function in gl4cts::ClipControlDepthModeZeroToOneTest
863 qpTestResult result = ValidateFramebuffer(m_context); in iterate()
882 qpTestResult ValidateFramebuffer(deqp::Context& context) in ValidateFramebuffer() function in gl4cts::ClipControlDepthModeOneToOneTest
1050 qpTestResult loopResult = ValidateFramebuffer(m_context); in iterate()
1074 qpTestResult ValidateFramebuffer(deqp::Context& context) in ValidateFramebuffer() function in gl4cts::ClipControlFaceCulling
1238 qpTestResult loopResult = ValidateFramebuffer(m_context, origins[orig]); in iterate()
1286 qpTestResult ValidateFramebuffer(deqp::Context& context, glw::GLenum origin) in ValidateFramebuffer() function in gl4cts::ClipControlViewportBounds
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fClipControlTests.cpp477 qpTestResult loopResult = ValidateFramebuffer(m_context, origins[orig]); in iterate()
500 qpTestResult ValidateFramebuffer(Context& context, glw::GLenum origin) in ValidateFramebuffer() function in deqp::gles2::Functional::ClipControlOriginTest
680 qpTestResult loopResult = ValidateFramebuffer(m_context); in iterate()
702 qpTestResult ValidateFramebuffer(Context& context) in ValidateFramebuffer() function in deqp::gles2::Functional::ClipControlFaceCulling
868 qpTestResult loopResult = ValidateFramebuffer(m_context, origins[orig]); in iterate()
910 qpTestResult ValidateFramebuffer(Context& context, glw::GLenum origin) in ValidateFramebuffer() function in deqp::gles2::Functional::ClipControlViewportBounds
1212 qpTestResult result = ValidateFramebuffer(m_context); in iterate()
1229 qpTestResult ValidateFramebuffer(Context& context) in ValidateFramebuffer() function in deqp::gles2::Functional::ClipControlDepthModeZeroToOneTest
1400 qpTestResult result = ValidateFramebuffer(m_context); in iterate()
1417 qpTestResult ValidateFramebuffer(Context& context) in ValidateFramebuffer() function in deqp::gles2::Functional::ClipControlDepthModeOneToOneTest
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_fbo.c338 functions->ValidateFramebuffer = nouveau_check_framebuffer_complete; in nouveau_fbo_functions_init()
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c185 driver->ValidateFramebuffer = _mesa_validate_framebuffer; in _mesa_init_driver_functions()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c772 intel->ctx.Driver.ValidateFramebuffer = intel_validate_framebuffer; in intel_fbo_init()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c1001 functions->ValidateFramebuffer = st_validate_framebuffer; in st_init_fbo_functions()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fbo.c1129 dd->ValidateFramebuffer = brw_validate_framebuffer; in brw_fbo_init()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c877 radeon->glCtx.Driver.ValidateFramebuffer = radeon_validate_framebuffer; in radeon_fbo_init()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c877 radeon->glCtx.Driver.ValidateFramebuffer = radeon_validate_framebuffer; in radeon_fbo_init()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_object.txt5983 (63) Should we change ValidateFramebuffer into an explicit
5989 We did choose a different name for ValidateFramebuffer().
5994 originally described, ValidateFramebuffer (now called
6006 ValidateFramebuffer served as a query for an application to
6011 Third, ValidateFramebuffer was more than just a query. It
6015 or in the initial default state, unless ValidateFramebuffer
6020 ValidateFramebuffer prior to rendering, ValidateFramebuffer
6035 the second reason for ValidateFramebuffer - a query of the
6043 also choose to retain a ValidateFramebuffer call to get the
6389 change the name of "ValidateFramebuffer" however. If so, what
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_object.txt5983 (63) Should we change ValidateFramebuffer into an explicit
5989 We did choose a different name for ValidateFramebuffer().
5994 originally described, ValidateFramebuffer (now called
6006 ValidateFramebuffer served as a query for an application to
6011 Third, ValidateFramebuffer was more than just a query. It
6015 or in the initial default state, unless ValidateFramebuffer
6020 ValidateFramebuffer prior to rendering, ValidateFramebuffer
6035 the second reason for ValidateFramebuffer - a query of the
6043 also choose to retain a ValidateFramebuffer call to get the
6389 change the name of "ValidateFramebuffer" however. If so, what
[all …]
/third_party/mesa3d/src/mesa/main/
Dfbobject.c1523 if (ctx->Driver.ValidateFramebuffer) { in _mesa_test_framebuffer_completeness()
1524 ctx->Driver.ValidateFramebuffer(ctx, fb); in _mesa_test_framebuffer_completeness()
Ddd.h867 void (*ValidateFramebuffer)(struct gl_context *ctx, member