Home
last modified time | relevance | path

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

/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.cpp57 void glFrontFace(GLenum mode);
518 void glFrontFace(GLenum mode) in glFrontFace() function
521 ctx->glFrontFace(ctx, mode); in glFrontFace()
Dgl2_enc.cpp5030 this->glFrontFace = &glFrontFace_enc; in gl2_encoder_context_t()
/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.cpp83 void glFrontFace(GLenum mode);
755 void glFrontFace(GLenum mode) in glFrontFace() function
758 ctx->glFrontFace(ctx, mode); in glFrontFace()
Dgl_enc.cpp8245 this->glFrontFace = &glFrontFace_enc; in gl_encoder_context_t()