Home
last modified time | relevance | path

Searched refs:CheckFramebufferStatus (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLAssembleGLInterfaceAutogen.cpp297 GET_PROC(CheckFramebufferStatus); in GrGLMakeAssembledGLInterface()
311 GET_PROC(CheckFramebufferStatus); in GrGLMakeAssembledGLInterface()
325 GET_PROC_SUFFIX(CheckFramebufferStatus, EXT); in GrGLMakeAssembledGLInterface()
H A DGrGLAssembleWebGLInterfaceAutogen.cpp198 GET_PROC(CheckFramebufferStatus); in GrGLMakeAssembledWebGLInterface()
H A DGrGLRenderTarget.cpp283 GL_CALL_RET(status, CheckFramebufferStatus(fboTarget)); in bindInternal()
H A DGrGLAssembleGLESInterfaceAutogen.cpp297 GET_PROC(CheckFramebufferStatus); in GrGLMakeAssembledGLESInterface()
H A DGrGLGpu.cpp1433 GL_CALL_RET(status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER)); in createRenderTargetObjects()
1461 GL_CALL_RET(status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER)); in createRenderTargetObjects()
1833 GL_CALL_RET(status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER)); in getCompatibleStencilIndex()
2490 GL_CALL_RET(status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER)); in flushRenderTarget()
4231 GL_CALL_RET(status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER)); in createTestingOnlyBackendRenderTarget()
/aosp_15_r20/external/angle/extensions/
H A DANGLE_framebuffer_blit.txt64 CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES,
276 of the description of CheckFramebufferStatus as follows:
348 CheckFramebufferStatus, FramebufferTexture{2D|3DOES},
H A DANGLE_framebuffer_multisample.txt86 Returned by CheckFramebufferStatus:
207 of CheckFramebufferStatus:
H A DANGLE_shader_pixel_local_storage.txt464 CheckFramebufferStatus
/aosp_15_r20/external/angle/src/tests/egl_tests/
H A DEGLSurfacelessContextTest.cpp185 TEST_P(EGLSurfacelessContextTest, CheckFramebufferStatus) in TEST_P() argument
/aosp_15_r20/external/skia/tools/gpu/gl/interface/
H A Dinterface.json5364 "BindFramebuffer", "BindRenderbuffer", "CheckFramebufferStatus",
/aosp_15_r20/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1417 { "glCheckFramebufferStatus", _O(CheckFramebufferStatus) },
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h153 #define glCheckFramebufferStatus MANGLE(CheckFramebufferStatus)
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/GL/
Dgl_mangle.h153 #define glCheckFramebufferStatus MANGLE(CheckFramebufferStatus)
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp470 ANGLE_CAPTURE_GL(CheckFramebufferStatus, isCallValid, context, target, returnValue); in GL_CheckFramebufferStatus()