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.cpp199 bool framebufferAttachment(GL2Encoder* ctx, GLenum attachment) { in framebufferAttachment() function
DGL2Encoder.cpp2205 SET_ERROR_IF(!GLESv2Validation::framebufferAttachment(ctx, attachment), GL_INVALID_ENUM); in s_glFramebufferRenderbuffer()
2252 SET_ERROR_IF(!GLESv2Validation::framebufferAttachment(ctx, attachment), GL_INVALID_ENUM); in s_glFramebufferTexture2D()
3221 SET_ERROR_IF(!GLESv2Validation::framebufferAttachment(ctx, attachment), GL_INVALID_ENUM); in s_glFramebufferTextureLayer()