Home
last modified time | relevance | path

Searched refs:glFramebufferTexture2DOES (Results 1 – 13 of 13) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_extensions.entries33 void glFramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, …
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h229 {"glFramebufferTexture2DOES", (void *)glFramebufferTexture2DOES},
Dgles_dispatch.h232 glFramebufferTexture2DOES_t glFramebufferTexture2DOES; member
504 …2DOES_t f) { glFramebufferTexture2DOES_t retval = glFramebufferTexture2DOES; glFramebufferTexture2… in set_glFramebufferTexture2DOES()
Dgles.cpp1101 void glFramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, … in glFramebufferTexture2DOES() function
1103 getDispatch()->glFramebufferTexture2DOES(target, attachment, textarget, texture, level); in glFramebufferTexture2DOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h221 {"glFramebufferTexture2DOES", (void*)glFramebufferTexture2DOES},
Dgl_client_context.h241 glFramebufferTexture2DOES_client_proc_t glFramebufferTexture2DOES; member
Dgl_client_context.cpp241glFramebufferTexture2DOES = (glFramebufferTexture2DOES_client_proc_t) getProc("glFramebufferTextur… in initDispatchByName()
Dgl_entry.cpp236 …void glFramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture,…
1685 void glFramebufferTexture2DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, … in glFramebufferTexture2DOES() function
1688 ctx->glFramebufferTexture2DOES(ctx, target, attachment, textarget, texture, level); in glFramebufferTexture2DOES()
DGLEncoder.cpp1086 OVERRIDE(glFramebufferTexture2DOES); in GLEncoder()
Dgl_enc.cpp8600 this->glFramebufferTexture2DOES = &glFramebufferTexture2DOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in155 API_ENTRY(glFramebufferTexture2DOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in236 GL_ENTRY(void, glFramebufferTexture2DOES, GLenum target, GLenum attachment, GLenum textarget, GLuin…
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h764 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarg…