Home
last modified time | relevance | path

Searched refs:glFramebufferTexture3DOES (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h164 {"glFramebufferTexture3DOES", (void*)glFramebufferTexture3DOES},
Dgl2_client_context.h164 glFramebufferTexture3DOES_client_proc_t glFramebufferTexture3DOES; member
Dgl2_client_context.cpp166glFramebufferTexture3DOES = (glFramebufferTexture3DOES_client_proc_t) getProc("glFramebufferTextur… in initDispatchByName()
Dgl2_entry.cpp162 …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()
Dgl2_enc.cpp3079 this->glFramebufferTexture3DOES = &glFramebufferTexture3DOES_enc; in gl2_encoder_context_t()