Searched refs:framebufferAttachment (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLESvalidate.h | 38 static bool framebufferAttachment(GLenum attachment);
|
/hardware/google/gfxstream/host/gl/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 | 682 GLESv2Validate::framebufferAttachment(ctx, attachment)), GL_INVALID_ENUM); in glFramebufferTextureLayer()
|
D | GLESv2Imp.cpp | 1715 GLESv2Validate::framebufferAttachment(ctx, attachment)), GL_INVALID_ENUM); in glFramebufferRenderbuffer() 1776 GLESv2Validate::framebufferAttachment(ctx, attachment)), GL_INVALID_ENUM); in glFramebufferTexture2D()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLESvalidate.cpp | 146 bool GLESvalidate::framebufferAttachment(GLenum attachment){ in framebufferAttachment() function in GLESvalidate
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | GLESv2Validation.h | 44 bool framebufferAttachment(GL2Encoder* ctx, GLenum attachment);
|
D | GLESv2Validation.cpp | 520 bool framebufferAttachment(GL2Encoder* ctx, GLenum attachment) { in framebufferAttachment() function
|
D | GL2Encoder.cpp | 3173 SET_ERROR_IF(!GLESv2Validation::framebufferAttachment(ctx, attachment), GL_INVALID_ENUM); in s_glFramebufferRenderbuffer() 3233 SET_ERROR_IF(!GLESv2Validation::framebufferAttachment(ctx, attachment), GL_INVALID_ENUM); in s_glFramebufferTexture2D() 4260 SET_ERROR_IF(!GLESv2Validation::framebufferAttachment(ctx, attachment), GL_INVALID_ENUM); in s_glFramebufferTextureLayer()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 2586 …IF(!GLEScmValidate::framebufferTarget(target) || !GLEScmValidate::framebufferAttachment(attachment… in glFramebufferTexture2DOES() 2618 !GLEScmValidate::framebufferAttachment(attachment) || in glFramebufferRenderbufferOES() 2679 …IF(!GLEScmValidate::framebufferTarget(target) || !GLEScmValidate::framebufferAttachment(attachment… in glGetFramebufferAttachmentParameterivOES()
|