Home
last modified time | relevance | path

Searched defs:checkFramebufferStatus (Results 1 – 18 of 18) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp141 void FboTestCase::checkFramebufferStatus (deUint32 target) in checkFramebufferStatus() function in deqp::gles31::Functional::FboTestCase
Des31fStencilTexturingTests.cpp504 static void checkFramebufferStatus (const glw::Functions& gl) in checkFramebufferStatus() function
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp137 void FboTestCase::checkFramebufferStatus (deUint32 target) in checkFramebufferStatus() function in deqp::gles3::Functional::FboTestCase
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayStencilAttachments.cpp404 void TextureCubeMapArrayStencilAttachments::checkFramebufferStatus(glw::GLenum framebuffer_status) in checkFramebufferStatus() function in glcts::TextureCubeMapArrayStencilAttachments
DesextcTextureCubeMapArrayImageTextureSize.cpp1236 void TextureCubeMapArrayTextureSizeRTBase::checkFramebufferStatus(glw::GLenum framebuffer) in checkFramebufferStatus() function in glcts::TextureCubeMapArrayTextureSizeRTBase
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js122 'checkFramebufferStatus': {1: { 0:true }}, property
745 wrappedContext_.checkFramebufferStatus = function(f) { function
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp678 void TextureBorderClampSamplingTexture<InputType, OutputType>::checkFramebufferStatus(glw::GLenum f… in checkFramebufferStatus() function in glcts::TextureBorderClampSamplingTexture
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferOperations.cpp581 void TextureBufferOperations::checkFramebufferStatus(glw::GLenum framebuffer) in checkFramebufferStatus() function in glcts::TextureBufferOperations
/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp976 void TestCaseBase::checkFramebufferStatus(glw::GLenum framebuffer) const in checkFramebufferStatus() function in glcts::TestCaseBase
/external/skia/src/gpu/gl/
DGrGLCreateNullInterface.cpp242 GrGLenum checkFramebufferStatus(GrGLenum target) override { in checkFramebufferStatus() function in __anon78c37bd90111::NullInterface
DGrGLTestInterface.h38 virtual GrGLenum checkFramebufferStatus(GrGLenum target) { return GR_GL_FRAMEBUFFER_COMPLETE; } in checkFramebufferStatus() function
/external/skqp/src/gpu/gl/
DGrGLCreateNullInterface.cpp242 GrGLenum checkFramebufferStatus(GrGLenum target) override { in checkFramebufferStatus() function in __anon1b4199100111::NullInterface
DGrGLTestInterface.h38 virtual GrGLenum checkFramebufferStatus(GrGLenum target) { return GR_GL_FRAMEBUFFER_COMPLETE; } in checkFramebufferStatus() function
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp535 GrGLenum checkFramebufferStatus(GrGLenum target) override { return GR_GL_FRAMEBUFFER_COMPLETE; } in checkFramebufferStatus() function in __anon90b55fab0111::DebugInterface
/external/skqp/tools/gpu/gl/debug/
DDebugGLTestContext.cpp529 GrGLenum checkFramebufferStatus(GrGLenum target) override { return GR_GL_FRAMEBUFFER_COMPLETE; } in checkFramebufferStatus() function in __anon1a7885820111::DebugInterface
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp158 deUint32 GLContext::checkFramebufferStatus(deUint32 target) in checkFramebufferStatus() function in sglr::GLContext
DsglrReferenceContext.cpp2151 deUint32 ReferenceContext::checkFramebufferStatus (deUint32 target) in checkFramebufferStatus() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl52 glCheckFramebufferStatusFunc checkFramebufferStatus; variable