Home
last modified time | relevance | path

Searched refs:glLightModelfv (Results 1 – 25 of 25) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h27 {"glLightModelfv", (void*)glLightModelfv},
Dgl_client_context.h29 glLightModelfv_client_proc_t glLightModelfv; member
Dgl_client_context.cpp29 glLightModelfv = (glLightModelfv_client_proc_t) getProc("glLightModelfv", userData); in initDispatchByName()
Dgl_entry.cpp24 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()
Dgl_enc.cpp8946 this->glLightModelfv = &glLightModelfv_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h29 glLightModelfv_server_proc_t glLightModelfv; member
Dgles1_server_context.cpp29 glLightModelfv = (glLightModelfv_server_proc_t) getProc("glLightModelfv", userData); in initDispatchByName()
Dgles1_dec.cpp411 this->glLightModelfv(var_pname, (const GLfloat*)(inptr_params.get())); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries31 void glLightModelfv(GLenum pname, const GLfloat *params);
Dgles1_only_dispatch_logging_wrappers.impl130 DISPATCH_DEBUG_LOG("glLightModelfv(pname:0x%X, params:%p)", pname, params);
Dgles12tr_internal.entries180 void glLightModelfv( GLenum name, const GLfloat* params);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h33 GL_APICALL void GL_APIENTRY glLightModelfv(GLenum pname, const GLfloat * params);
Dgles1_only_functions.h33 X(void, glLightModelfv, (GLenum pname, const GLfloat * params), (pname, params)) \
Dgles12tr_internal.h182 X(void, glLightModelfv, (GLenum name, const GLfloat* params), (name, params)) \
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib39 #void glLightModelfv(GLenum pname, GLfloat *params)
40 glLightModelfv
Dgles1.in17 GL_ENTRY(void, glLightModelfv, GLenum pname, const GLfloat *params)
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h609 GL_API void GL_APIENTRY glLightModelfv (GLenum pname, const GLfloat *params);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h401 GL_API void GL_APIENTRY glLightModelfv (GLenum pname, const GLfloat *params);
/hardware/google/gfxstream/include/GLES/
Dgl.h609 GL_API void GL_APIENTRY glLightModelfv (GLenum pname, const GLfloat *params);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp395 dispatcher.glLightModelfv(GL_LIGHT_MODEL_AMBIENT, mLightModel.color); in postLoadRestoreCtx()
1358 dispatcher().glLightModelfv(pname, params); in lightModelfv()
DGLEScmImp.cpp1500 GL_API void GL_APIENTRY glLightModelfv( GLenum pname, const GLfloat *params) { in glLightModelfv() function
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h126 X(void, glLightModelfv, (GLenum pname, const GLfloat * params), (pname, params)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h1163 GLAPI void GLAPIENTRY glLightModelfv( GLenum pname, const GLfloat *params );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h1201 GLAPI void GLAPIENTRY glLightModelfv( GLenum pname, const GLfloat *params );
Dgl_mangle.h990 #define glLightModelfv MANGLE(LightModelfv) macro