Searched refs:glFramebufferTexture2D (Results 1 – 3 of 3) sorted by relevance
| /device/generic/goldfish/opengl/system/GLESv2_enc/ |
| D | gl2_ftable.h | 58 {"glFramebufferTexture2D", (void*)glFramebufferTexture2D},
|
| D | gl2_client_context.h | 58 glFramebufferTexture2D_client_proc_t glFramebufferTexture2D; member 267 …t f) { glFramebufferTexture2D_client_proc_t retval = glFramebufferTexture2D; glFramebufferTexture2… in set_glFramebufferTexture2D()
|
| D | gl2_entry.cpp | 56 …void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GL… 512 void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLi… in glFramebufferTexture2D() function 515 ctx->glFramebufferTexture2D(ctx, target, attachment, textarget, texture, level); in glFramebufferTexture2D()
|