Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h38 {"glCullFace", (void*)glCullFace},
Dgl2_client_context.h38 glCullFace_client_proc_t glCullFace; member
Dgl2_client_context.cpp40 glCullFace = (glCullFace_client_proc_t) getProc("glCullFace", userData); in initDispatchByName()
Dgl2_entry.cpp36 void glCullFace(GLenum mode);
388 void glCullFace(GLenum mode) in glCullFace() function
391 ctx->glCullFace(ctx, mode); in glCullFace()
Dgl2_enc.cpp2953 this->glCullFace = &glCullFace_enc; in gl2_encoder_context_t()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h79 {"glCullFace", (void *)glCullFace},
Dgles_dispatch.h82 glCullFace_t glCullFace; member
354 …glCullFace_t set_glCullFace(glCullFace_t f) { glCullFace_t retval = glCullFace; glCullFace = f; re… in set_glCullFace()
Dgles.cpp351 void glCullFace(GLenum mode) in glCullFace() function
353 getDispatch()->glCullFace(mode); in glCullFace()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h69 {"glCullFace", (void*)glCullFace},
Dgl_client_context.h69 glCullFace_client_proc_t glCullFace; member
Dgl_client_context.cpp71 glCullFace = (glCullFace_client_proc_t) getProc("glCullFace", userData); in initDispatchByName()
Dgl_entry.cpp67 void glCullFace(GLenum mode);
657 void glCullFace(GLenum mode) in glCullFace() function
660 ctx->glCullFace(ctx, mode); in glCullFace()
Dgl_enc.cpp4955 this->glCullFace = &glCullFace_enc; in gl_encoder_context_t()