Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h34 {"glCopyTexImage2D", (void*)glCopyTexImage2D},
Dgl2_client_context.h36 glCopyTexImage2D_client_proc_t glCopyTexImage2D; member
Dgl2_client_context.cpp36 glCopyTexImage2D = (glCopyTexImage2D_client_proc_t) getProc("glCopyTexImage2D", userData); in initDispatchByName()
Dgl2_entry.cpp32 …void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei…
364 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function
367 ctx->glCopyTexImage2D(ctx, target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
Dgl2_enc.cpp5005 this->glCopyTexImage2D = &glCopyTexImage2D_enc; in gl2_encoder_context_t()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h77 {"glCopyTexImage2D", (void *)glCopyTexImage2D},
Dgles_dispatch.h80 glCopyTexImage2D_t glCopyTexImage2D; member
352 …mage2D(glCopyTexImage2D_t f) { glCopyTexImage2D_t retval = glCopyTexImage2D; glCopyTexImage2D = f;… in set_glCopyTexImage2D()
Dgles.cpp341 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function
343 getDispatch()->glCopyTexImage2D(target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h67 {"glCopyTexImage2D", (void*)glCopyTexImage2D},
Dgl_client_context.h69 glCopyTexImage2D_client_proc_t glCopyTexImage2D; member
Dgl_client_context.cpp69 glCopyTexImage2D = (glCopyTexImage2D_client_proc_t) getProc("glCopyTexImage2D", userData); in initDispatchByName()
Dgl_entry.cpp65 …void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei…
645 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function
648 ctx->glCopyTexImage2D(ctx, target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
Dgl_enc.cpp8227 this->glCopyTexImage2D = &glCopyTexImage2D_enc; in gl_encoder_context_t()