/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 27 {"glLightModelfv", (void*)glLightModelfv},
|
D | gl_client_context.h | 29 glLightModelfv_client_proc_t glLightModelfv; member
|
D | gl_client_context.cpp | 29 glLightModelfv = (glLightModelfv_client_proc_t) getProc("glLightModelfv", userData); in initDispatchByName()
|
D | gl_entry.cpp | 24 void glLightModelfv(GLenum pname, const GLfloat* params); 405 void glLightModelfv(GLenum pname, const GLfloat* params) in glLightModelfv() function 408 ctx->glLightModelfv(ctx, pname, params); in glLightModelfv()
|
D | gl_enc.cpp | 8946 this->glLightModelfv = &glLightModelfv_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 29 glLightModelfv_server_proc_t glLightModelfv; member
|
D | gles1_server_context.cpp | 29 glLightModelfv = (glLightModelfv_server_proc_t) getProc("glLightModelfv", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 411 this->glLightModelfv(var_pname, (const GLfloat*)(inptr_params.get())); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 31 void glLightModelfv(GLenum pname, const GLfloat *params);
|
D | gles1_only_dispatch_logging_wrappers.impl | 130 DISPATCH_DEBUG_LOG("glLightModelfv(pname:0x%X, params:%p)", pname, params);
|
D | gles12tr_internal.entries | 180 void glLightModelfv( GLenum name, const GLfloat* params);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 33 GL_APICALL void GL_APIENTRY glLightModelfv(GLenum pname, const GLfloat * params);
|
D | gles1_only_functions.h | 33 X(void, glLightModelfv, (GLenum pname, const GLfloat * params), (pname, params)) \
|
D | gles12tr_internal.h | 182 X(void, glLightModelfv, (GLenum name, const GLfloat* params), (name, params)) \
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 39 #void glLightModelfv(GLenum pname, GLfloat *params) 40 glLightModelfv
|
D | gles1.in | 17 GL_ENTRY(void, glLightModelfv, GLenum pname, const GLfloat *params)
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 609 GL_API void GL_APIENTRY glLightModelfv (GLenum pname, const GLfloat *params);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 401 GL_API void GL_APIENTRY glLightModelfv (GLenum pname, const GLfloat *params);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 609 GL_API void GL_APIENTRY glLightModelfv (GLenum pname, const GLfloat *params);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 395 dispatcher.glLightModelfv(GL_LIGHT_MODEL_AMBIENT, mLightModel.color); in postLoadRestoreCtx() 1358 dispatcher().glLightModelfv(pname, params); in lightModelfv()
|
D | GLEScmImp.cpp | 1500 GL_API void GL_APIENTRY glLightModelfv( GLenum pname, const GLfloat *params) { in glLightModelfv() function
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 126 X(void, glLightModelfv, (GLenum pname, const GLfloat * params), (pname, params)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 1163 GLAPI void GLAPIENTRY glLightModelfv( GLenum pname, const GLfloat *params );
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1201 GLAPI void GLAPIENTRY glLightModelfv( GLenum pname, const GLfloat *params );
|
D | gl_mangle.h | 990 #define glLightModelfv MANGLE(LightModelfv) macro
|