Home
last modified time | relevance | path

Searched refs:glFogf (Results 1 – 24 of 24) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h17 {"glFogf", (void*)glFogf},
Dgl_client_context.h19 glFogf_client_proc_t glFogf; member
Dgl_client_context.cpp19 glFogf = (glFogf_client_proc_t) getProc("glFogf", userData); in initDispatchByName()
Dgl_entry.cpp14 void glFogf(GLenum pname, GLfloat param);
345 void glFogf(GLenum pname, GLfloat param) in glFogf() function
348 ctx->glFogf(ctx, pname, param); in glFogf()
Dgl_enc.cpp8936 this->glFogf = &glFogf_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h19 glFogf_server_proc_t glFogf; member
Dgles1_server_context.cpp19 glFogf = (glFogf_server_proc_t) getProc("glFogf", userData); in initDispatchByName()
Dgles1_dec.cpp167 this->glFogf(var_pname, var_param); in decode()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp411 dispatcher.glFogf(GL_FOG_MODE, (GLfloat)mFog.mode); in postLoadRestoreCtx()
412 dispatcher.glFogf(GL_FOG_DENSITY, mFog.density); in postLoadRestoreCtx()
413 dispatcher.glFogf(GL_FOG_START, mFog.start); in postLoadRestoreCtx()
414 dispatcher.glFogf(GL_FOG_END, mFog.end); in postLoadRestoreCtx()
1585 dispatcher().glFogf(pname, param); in fogf()
DGLEScmImp.cpp950 GL_API void GL_APIENTRY glFogf( GLenum pname, GLfloat param) { in glFogf() function
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries19 void glFogf(GLenum pname, GLfloat param);
Dgles1_only_dispatch_logging_wrappers.impl70 DISPATCH_DEBUG_LOG("glFogf(pname:0x%X, param:%f)", pname, param);
Dgles12tr_internal.entries99 void glFogf( GLenum name, GLfloat param);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h21 GL_APICALL void GL_APIENTRY glFogf(GLenum pname, GLfloat param);
Dgles1_only_functions.h21 X(void, glFogf, (GLenum pname, GLfloat param), (pname, param)) \
Dgles12tr_internal.h101 X(void, glFogf, (GLenum name, GLfloat param), (name, param)) \
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h599 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h391 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
/hardware/google/gfxstream/include/GLES/
Dgl.h599 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in7 GL_ENTRY(void, glFogf, GLenum pname, GLfloat param)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h113 X(void, glFogf, (GLenum pname, GLfloat param), (pname, param)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h1408 GLAPI void GLAPIENTRY glFogf( GLenum pname, GLfloat param );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h1446 GLAPI void GLAPIENTRY glFogf( GLenum pname, GLfloat param );
Dgl_mangle.h507 #define glFogf MANGLE(Fogf) macro