Searched refs:glLightModelxv (Results 1 – 21 of 21) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 108 {"glLightModelxv", (void*)glLightModelxv},
|
D | gl_client_context.h | 110 glLightModelxv_client_proc_t glLightModelxv; member
|
D | gl_client_context.cpp | 110 glLightModelxv = (glLightModelxv_client_proc_t) getProc("glLightModelxv", userData); in initDispatchByName()
|
D | gl_entry.cpp | 105 void glLightModelxv(GLenum pname, const GLfixed* params); 895 void glLightModelxv(GLenum pname, const GLfixed* params) in glLightModelxv() function 898 ctx->glLightModelxv(ctx, pname, params); in glLightModelxv()
|
D | gl_enc.cpp | 9027 this->glLightModelxv = &glLightModelxv_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 114 glLightModelxv_server_proc_t glLightModelxv; member
|
D | gles1_server_context.cpp | 110 glLightModelxv = (glLightModelxv_server_proc_t) getProc("glLightModelxv", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 2070 this->glLightModelxv(var_pname, (const GLfixed*)(inptr_params.get())); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 85 void glLightModelxv(GLenum pname, const GLfixed *params);
|
D | gles1_only_dispatch_logging_wrappers.impl | 400 DISPATCH_DEBUG_LOG("glLightModelxv(pname:0x%X, params:%p)", pname, params);
|
D | gles12tr_internal.entries | 183 void glLightModelxv( GLenum pname, const GLfixed* params);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 87 GL_APICALL void GL_APIENTRY glLightModelxv(GLenum pname, const GLfixed * params);
|
D | gles1_only_functions.h | 87 X(void, glLightModelxv, (GLenum pname, const GLfixed * params), (pname, params)) \
|
D | gles12tr_internal.h | 185 X(void, glLightModelxv, (GLenum pname, const GLfixed* params), (pname, params)) \
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 198 #void glLightModelxv(GLenum pname, GLfixed *params) 199 glLightModelxv
|
D | gles1.in | 98 GL_ENTRY(void, glLightModelxv, GLenum pname, const GLfixed *params)
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 693 GL_API void GL_APIENTRY glLightModelxv (GLenum pname, const GLfixed *params);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 483 GL_API void GL_APIENTRY glLightModelxv (GLenum pname, const GLfixed *param);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 693 GL_API void GL_APIENTRY glLightModelxv (GLenum pname, const GLfixed *params);
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 180 X(void, glLightModelxv, (GLenum pname, const GLfixed * params), (pname, params)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1514 GL_API void GL_APIENTRY glLightModelxv( GLenum pname, const GLfixed *params) { in glLightModelxv() function
|