Home
last modified time | relevance | path

Searched defs:framebufferTarget (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESvalidate.cpp142 bool GLESvalidate::framebufferTarget(GLenum target){ in framebufferTarget() function in GLESvalidate
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DBlitGL.cpp212 GLenum framebufferTarget, in UnbindAttachment()
225 GLenum framebufferTarget, in UnbindAttachments()
H A DFramebufferGL.cpp749 GLenum framebufferTarget = in readPixels() local
H A DTextureGL.cpp900 GLenum framebufferTarget = in copySubImage() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DConfig.h74 EGLBoolean framebufferTarget; // EGL_TRUE if the config supports rendering to a ANativeWindow member
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Validate.cpp178 bool GLESv2Validate::framebufferTarget(GLEScontext* ctx, GLenum target) { in framebufferTarget() function in GLESv2Validate
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/
DGLESv2Validation.cpp508 bool framebufferTarget(GL2Encoder* ctx, GLenum target) { in framebufferTarget() function
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp162 …mebufferCase(Context &context, const char *name, const char *description, GLenum framebufferTarget) in DefaultFramebufferCase()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DPixelLocalStorageTest.cpp2340 #define SETUP_IMPLICIT_DISABLES_TEST(framebufferTarget) \ argument