Home
last modified time | relevance | path

Searched refs:checkFramebufferStatus (Results 1 – 25 of 136) sorted by relevance

123456

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboNoAttachmentTests.cpp108 TCU_CHECK(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE); in checkFramebufferSize()
206 TCU_CHECK(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE); in checkFramebufferRenderable()
297 …m_results.check(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE, "Frameb… in iterate()
300 …m_results.check(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE, "Frameb… in iterate()
303 …m_results.check(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE, "Frameb… in iterate()
306 …m_results.check(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE, "Frameb… in iterate()
376 GLenum status = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
Des31fStencilTexturingTests.cpp507 static void checkFramebufferStatus (const glw::Functions& gl) in checkFramebufferStatus() function
509 const deUint32 status = gl.checkFramebufferStatus(GL_FRAMEBUFFER); in checkFramebufferStatus()
554 checkFramebufferStatus(gl); in iterate()
616 checkFramebufferStatus(gl); in iterate()
707 checkFramebufferStatus(gl); in iterate()
779 checkFramebufferStatus(gl); in iterate()
784 checkFramebufferStatus(gl); in iterate()
837 checkFramebufferStatus(gl); in iterate()
860 checkFramebufferStatus(gl); in iterate()
919 checkFramebufferStatus(gl); in iterate()
[all …]
Des31fFboTestCase.hpp61 void checkFramebufferStatus (deUint32 target);
Des31fShaderHelperInvocationTests.cpp237 …if (m_numSamples > maxSamples && gl.checkFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPL… in FboHelper()
240 TCU_CHECK(gl.checkFramebufferStatus(GL_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE); in FboHelper()
248 TCU_CHECK(gl.checkFramebufferStatus(GL_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE); in FboHelper()
Des31fFboColorbufferTests.cpp162 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
275 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
Des31fMultisampleShaderRenderCase.cpp193 if (gl.checkFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) in init()
231 if (gl.checkFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) in init()
258 if (gl.checkFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleDependenciesTests.cpp257 glw::GLenum fbo_status = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
405 glw::GLenum fbo_status = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
423 fbo_status = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
442 fbo_status = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
633 glw::GLenum fbo_completeness = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
656 fbo_completeness = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
679 fbo_completeness = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
827 glw::GLenum fbo_completeness = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
847 fbo_completeness = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
863 fbo_completeness = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
[all …]
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboDepthbufferTests.cpp98 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
190 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
276 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
Des3fFboColorbufferTests.cpp136 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
273 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
407 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
534 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
658 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
770 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
862 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
931 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
993 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
Des3fFboTestCase.hpp61 void checkFramebufferStatus (deUint32 target);
Des3fFboStencilbufferTests.cpp97 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
194 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
Des3fFboInvalidateTests.cpp237 checkFramebufferStatus (GL_FRAMEBUFFER); in render()
395 checkFramebufferStatus (GL_FRAMEBUFFER); in render()
498 checkFramebufferStatus (GL_FRAMEBUFFER); in render()
618 checkFramebufferStatus (GL_FRAMEBUFFER); in render()
746 checkFramebufferStatus (GL_FRAMEBUFFER); in render()
869 checkFramebufferStatus (GL_FRAMEBUFFER); in render()
983 checkFramebufferStatus (GL_FRAMEBUFFER); in render()
1133 checkFramebufferStatus (GL_FRAMEBUFFER); in render()
1242 checkFramebufferStatus (GL_FRAMEBUFFER); in render()
Des3fFramebufferBlitTests.cpp105 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
394 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
531 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
661 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
790 checkFramebufferStatus(GL_FRAMEBUFFER); in render()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageTextureSize.cpp1186 checkFramebufferStatus(GL_READ_FRAMEBUFFER); in checkResults()
1208 checkFramebufferStatus(GL_READ_FRAMEBUFFER); in checkResults()
1236 void TextureCubeMapArrayTextureSizeRTBase::checkFramebufferStatus(glw::GLenum framebuffer) in checkFramebufferStatus() function in glcts::TextureCubeMapArrayTextureSizeRTBase
1241 glw::GLenum framebuffer_status = gl.checkFramebufferStatus(framebuffer); in checkFramebufferStatus()
1423 checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in runShaders()
1662 checkFramebufferStatus(GL_READ_FRAMEBUFFER); in checkResults()
DesextcTextureCubeMapArrayStencilAttachments.cpp404 void TextureCubeMapArrayStencilAttachments::checkFramebufferStatus(glw::GLenum framebuffer_status) in checkFramebufferStatus() function in glcts::TextureCubeMapArrayStencilAttachments
812 checkFramebufferStatus(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER)); in initTestIteration()
DesextcTextureCubeMapArrayStencilAttachments.hpp146 void checkFramebufferStatus(glw::GLenum framebuffer_status);
DesextcTextureCubeMapArrayFBOIncompleteness.cpp70 glw::GLenum fbo_completeness = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in checkState()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderBlitting.cpp153 m_draw_fbo_completeness = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
154 m_read_fbo_completeness = gl.checkFramebufferStatus(GL_READ_FRAMEBUFFER); in iterate()
DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp373 glw::GLenum fboCompleteness = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
432 glw::GLenum _fboCompleteness = gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DBlitGL.cpp412 GLenum status = ANGLE_GL_TRY(context, mFunctions->checkFramebufferStatus(GL_FRAMEBUFFER)); in blitColorBufferWithShader()
588 GLenum status = ANGLE_GL_TRY(context, mFunctions->checkFramebufferStatus(GL_FRAMEBUFFER)); in copySubTexture()
715 status = ANGLE_GL_TRY(context, mFunctions->checkFramebufferStatus(GL_FRAMEBUFFER)); in copySubTextureCPUReadback()
756 status = ANGLE_GL_TRY(context, mFunctions->checkFramebufferStatus(GL_FRAMEBUFFER)); in copySubTextureCPUReadback()
839 GLenum status = ANGLE_GL_TRY(context, mFunctions->checkFramebufferStatus(GL_FRAMEBUFFER)); in copyTexSubImage()
885 GLenum status = ANGLE_GL_TRY(context, mFunctions->checkFramebufferStatus(GL_FRAMEBUFFER)); in clearRenderableTexture()
912 ANGLE_GL_TRY(context, mFunctions->checkFramebufferStatus(GL_FRAMEBUFFER)); in clearRenderableTexture()
944 ANGLE_GL_TRY(context, mFunctions->checkFramebufferStatus(GL_FRAMEBUFFER)); in clearRenderableTexture()
DFunctionsGL.cpp250 checkFramebufferStatus = &StubCheckFramebufferStatus; in initializeStubFunctionsForNULLDriver()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fMultisampledRenderToTextureTests.cpp105 if (gl.checkFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) { in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.cpp440 checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in iterateSecondPhase()
584 void TextureBufferOperations::checkFramebufferStatus(glw::GLenum framebuffer) in checkFramebufferStatus() function in glcts::TextureBufferOperations
590 glw::GLenum framebufferStatus = gl.checkFramebufferStatus(framebuffer); in checkFramebufferStatus()
890 checkFramebufferStatus(GL_DRAW_FRAMEBUFFER); in initializeBufferObjectData()
DesextcTextureBufferOperations.hpp267 void checkFramebufferStatus(glw::GLenum framebuffer);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.hpp311 void checkFramebufferStatus(glw::GLenum framebuffer);

123456