Home
last modified time | relevance | path

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

/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.h71 glCullFace_client_proc_t glCullFace; member
Dgl_client_context.cpp71 glCullFace = (glCullFace_client_proc_t) getProc("glCullFace", userData); in initDispatchByName()
Dgl_entry.cpp66 void glCullFace(GLenum mode);
655 void glCullFace(GLenum mode) in glCullFace() function
658 ctx->glCullFace(ctx, mode); in glCullFace()
Dgl_enc.cpp8344 this->glCullFace = &glCullFace_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h38 {"glCullFace", (void*)glCullFace},
Dgl2_client_context.h40 glCullFace_client_proc_t glCullFace; member
Dgl2_client_context.cpp40 glCullFace = (glCullFace_client_proc_t) getProc("glCullFace", userData); in initDispatchByName()
Dgl2_entry.cpp35 void glCullFace(GLenum mode);
591 void glCullFace(GLenum mode) in glCullFace() function
594 ctx->glCullFace(ctx, mode); in glCullFace()
Dgl2_enc.cpp11077 this->glCullFace = &glCullFace_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h404 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h654 GL_API void GL_APIENTRY glCullFace (GLenum mode);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h404 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
Dgl31.h404 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);