Searched refs:glShadeModel (Results 1 – 16 of 16) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 146 {"glShadeModel", (void *)glShadeModel},
|
D | gles_dispatch.h | 149 glShadeModel_t glShadeModel; member 421 …t set_glShadeModel(glShadeModel_t f) { glShadeModel_t retval = glShadeModel; glShadeModel = f; ret… in set_glShadeModel()
|
D | gles.cpp | 686 void glShadeModel(GLenum mode) in glShadeModel() function 688 getDispatch()->glShadeModel(mode); in glShadeModel()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 136 {"glShadeModel", (void*)glShadeModel},
|
D | gl_client_context.h | 138 glShadeModel_client_proc_t glShadeModel; member
|
D | gl_client_context.cpp | 138 glShadeModel = (glShadeModel_client_proc_t) getProc("glShadeModel", userData); in initDispatchByName()
|
D | gl_entry.cpp | 133 void glShadeModel(GLenum mode); 1063 void glShadeModel(GLenum mode) in glShadeModel() function 1066 ctx->glShadeModel(ctx, mode); in glShadeModel()
|
D | gl_enc.cpp | 8497 this->glShadeModel = &glShadeModel_enc; in gl_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 257 glShadeModel;
|
D | gles1_wrapper_context.h | 138 glShadeModel_wrapper_proc_t glShadeModel; member
|
D | gles1_wrapper_context.cpp | 138 glShadeModel = (glShadeModel_wrapper_proc_t) getProc("glShadeModel", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 133 void glShadeModel(GLenum mode); 1057 void glShadeModel(GLenum mode) in glShadeModel() function 1060 ctx->glShadeModel( mode); in glShadeModel()
|
D | gles1.in | 126 GL_ENTRY(void, glShadeModel, GLenum mode)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 134 void glShadeModel(GLenum mode);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 721 GL_API void GL_APIENTRY glShadeModel (GLenum mode);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 126 GL_ENTRY(void, glShadeModel, GLenum mode)
|