Home
last modified time | relevance | path

Searched refs:framebufferAttachment (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.h43 bool framebufferAttachment(GL2Encoder* ctx, GLenum attachment);
DGLESv2Validation.cpp198 bool framebufferAttachment(GL2Encoder* ctx, GLenum attachment) { in framebufferAttachment() function
DGL2Encoder.cpp2697 SET_ERROR_IF(!GLESv2Validation::framebufferAttachment(ctx, attachment), GL_INVALID_ENUM); in s_glFramebufferRenderbuffer()
2744 SET_ERROR_IF(!GLESv2Validation::framebufferAttachment(ctx, attachment), GL_INVALID_ENUM); in s_glFramebufferTexture2D()
3828 SET_ERROR_IF(!GLESv2Validation::framebufferAttachment(ctx, attachment), GL_INVALID_ENUM); in s_glFramebufferTextureLayer()