Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h95 {"glFrontFace", (void *)glFrontFace},
Dgles_dispatch.h98 glFrontFace_t glFrontFace; member
370 …ace_t set_glFrontFace(glFrontFace_t f) { glFrontFace_t retval = glFrontFace; glFrontFace = f; retu… in set_glFrontFace()
Dgles.cpp431 void glFrontFace(GLenum mode) in glFrontFace() function
433 getDispatch()->glFrontFace(mode); in glFrontFace()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h85 {"glFrontFace", (void*)glFrontFace},
Dgl_client_context.h87 glFrontFace_client_proc_t glFrontFace; member
Dgl_client_context.cpp87 glFrontFace = (glFrontFace_client_proc_t) getProc("glFrontFace", userData); in initDispatchByName()
Dgl_entry.cpp82 void glFrontFace(GLenum mode);
753 void glFrontFace(GLenum mode) in glFrontFace() function
756 ctx->glFrontFace(ctx, mode); in glFrontFace()
Dgl_enc.cpp8360 this->glFrontFace = &glFrontFace_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h59 {"glFrontFace", (void*)glFrontFace},
Dgl2_client_context.h61 glFrontFace_client_proc_t glFrontFace; member
Dgl2_client_context.cpp61 glFrontFace = (glFrontFace_client_proc_t) getProc("glFrontFace", userData); in initDispatchByName()
Dgl2_entry.cpp56 void glFrontFace(GLenum mode);
721 void glFrontFace(GLenum mode) in glFrontFace() function
724 ctx->glFrontFace(ctx, mode); in glFrontFace()
Dgl2_enc.cpp11098 this->glFrontFace = &glFrontFace_enc; in gl2_encoder_context_t()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h425 GL_APICALL void GL_APIENTRY glFrontFace (GLenum mode);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h670 GL_API void GL_APIENTRY glFrontFace (GLenum mode);
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h425 GL_APICALL void GL_APIENTRY glFrontFace (GLenum mode);
Dgl31.h425 GL_APICALL void GL_APIENTRY glFrontFace (GLenum mode);