Searched refs:glFrontFace (Results 1 – 21 of 21) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 95 {"glFrontFace", (void *)glFrontFace},
|
D | gles_dispatch.h | 98 glFrontFace_t glFrontFace; member 370 …ace_t set_glFrontFace(glFrontFace_t f) { glFrontFace_t retval = glFrontFace; glFrontFace = f; retu… in set_glFrontFace()
|
D | gles.cpp | 431 void glFrontFace(GLenum mode) in glFrontFace() function 433 getDispatch()->glFrontFace(mode); in glFrontFace()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 85 {"glFrontFace", (void*)glFrontFace},
|
D | gl_client_context.h | 87 glFrontFace_client_proc_t glFrontFace; member
|
D | gl_client_context.cpp | 87 glFrontFace = (glFrontFace_client_proc_t) getProc("glFrontFace", userData); in initDispatchByName()
|
D | gl_entry.cpp | 82 void glFrontFace(GLenum mode); 755 void glFrontFace(GLenum mode) in glFrontFace() function 758 ctx->glFrontFace(ctx, mode); in glFrontFace()
|
D | gl_enc.cpp | 8446 this->glFrontFace = &glFrontFace_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 59 {"glFrontFace", (void*)glFrontFace},
|
D | gl2_client_context.h | 61 glFrontFace_client_proc_t glFrontFace; member
|
D | gl2_client_context.cpp | 61 glFrontFace = (glFrontFace_client_proc_t) getProc("glFrontFace", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 56 void glFrontFace(GLenum mode); 736 void glFrontFace(GLenum mode) in glFrontFace() function 739 ctx->glFrontFace(ctx, mode); in glFrontFace()
|
D | gl2_enc.cpp | 11621 this->glFrontFace = &glFrontFace_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 53 void glFrontFace(GLenum mode);
|
D | gles1_core.entries | 83 void glFrontFace(GLenum mode);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 425 GL_APICALL void GL_APIENTRY glFrontFace (GLenum mode);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 670 GL_API void GL_APIENTRY glFrontFace (GLenum mode);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 75 GL_ENTRY(void, glFrontFace, GLenum mode)
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 425 GL_APICALL void GL_APIENTRY glFrontFace (GLenum mode);
|
D | gl31.h | 425 GL_APICALL void GL_APIENTRY glFrontFace (GLenum mode);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 49 GL_ENTRY(void, glFrontFace, GLenum mode)
|