Searched refs:framebufferAttachment (Results 1 – 12 of 12) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/ |
D | GLESvalidate.h | 38 static bool framebufferAttachment(GLenum attachment);
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
D | GLESv2Validate.h | 30 static bool framebufferAttachment(GLEScontext* ctx, GLenum attachment);
|
D | GLESv2Validate.cpp | 190 bool GLESv2Validate::framebufferAttachment(GLEScontext* ctx, GLenum attachment) { in framebufferAttachment() function in GLESv2Validate
|
D | GLESv30Imp.cpp | 687 GLESv2Validate::framebufferAttachment(ctx, attachment)), GL_INVALID_ENUM); in glFramebufferTextureLayer()
|
D | GLESv2Imp.cpp | 1668 GLESv2Validate::framebufferAttachment(ctx, attachment)), GL_INVALID_ENUM); in glFramebufferRenderbuffer() 1729 GLESv2Validate::framebufferAttachment(ctx, attachment)), GL_INVALID_ENUM); in glFramebufferTexture2D()
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/ |
D | GLESvalidate.cpp | 146 bool GLESvalidate::framebufferAttachment(GLenum attachment){ in framebufferAttachment() function in GLESvalidate
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GLESv2Validation.h | 44 bool framebufferAttachment(GL2Encoder* ctx, GLenum attachment);
|
D | GLESv2Validation.cpp | 486 bool framebufferAttachment(GL2Encoder* ctx, GLenum attachment) { in framebufferAttachment() function
|
D | GL2Encoder.cpp | 2974 SET_ERROR_IF(!GLESv2Validation::framebufferAttachment(ctx, attachment), GL_INVALID_ENUM); in s_glFramebufferRenderbuffer() 3034 SET_ERROR_IF(!GLESv2Validation::framebufferAttachment(ctx, attachment), GL_INVALID_ENUM); in s_glFramebufferTexture2D() 4105 SET_ERROR_IF(!GLESv2Validation::framebufferAttachment(ctx, attachment), GL_INVALID_ENUM); in s_glFramebufferTextureLayer()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 2568 const gl::FramebufferAttachment *framebufferAttachment) in UsePresentPathFast() argument 2570 if (framebufferAttachment == nullptr) in UsePresentPathFast() 2575 return (framebufferAttachment->type() == GL_FRAMEBUFFER_DEFAULT && in UsePresentPathFast()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Framebuffer.cpp | 434 const gl::FramebufferAttachment &framebufferAttachment = in getReadAttachment() local 437 return framebufferAttachment.isAttached() ? &framebufferAttachment : nullptr; in getReadAttachment()
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 2580 …IF(!GLEScmValidate::framebufferTarget(target) || !GLEScmValidate::framebufferAttachment(attachment… in glFramebufferTexture2DOES() 2612 !GLEScmValidate::framebufferAttachment(attachment) || in glFramebufferRenderbufferOES() 2673 …IF(!GLEScmValidate::framebufferTarget(target) || !GLEScmValidate::framebufferAttachment(attachment… in glGetFramebufferAttachmentParameterivOES()
|