Searched refs:glFramebufferTexture3DOES (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 164 {"glFramebufferTexture3DOES", (void*)glFramebufferTexture3DOES},
|
D | gl2_client_context.h | 164 glFramebufferTexture3DOES_client_proc_t glFramebufferTexture3DOES; member
|
D | gl2_client_context.cpp | 166 …glFramebufferTexture3DOES = (glFramebufferTexture3DOES_client_proc_t) getProc("glFramebufferTextur… in initDispatchByName()
|
D | gl2_entry.cpp | 162 …void glFramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture,… 1152 void glFramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, … in glFramebufferTexture3DOES() function 1155 ctx->glFramebufferTexture3DOES(ctx, target, attachment, textarget, texture, level, zoffset); in glFramebufferTexture3DOES()
|
D | gl2_enc.cpp | 3079 this->glFramebufferTexture3DOES = &glFramebufferTexture3DOES_enc; in gl2_encoder_context_t()
|