Searched defs:glTexEnvf (Results 1 - 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_client_context.h | 46 glTexEnvf_client_proc_t glTexEnvf; member in struct:gl_client_context_t
|
H A D | gl_entry.cpp | 41 void glTexEnvf(GLenum target, GLenum pname, GLfloat param); 505 void glTexEnvf(GLenum target, GLenum pname, GLfloat param) function 508 ctx->glTexEnvf(ctx, target, pname, param);
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
H A D | gles.cpp | 221 void glTexEnvf(GLenum target, GLenum pname, GLfloat param) function 223 getDispatch()->glTexEnvf(target, pname, param);
|
H A D | gles_dispatch.h | 56 glTexEnvf_t glTexEnvf; member in struct:gles_dispatch 328 glTexEnvf_t set_glTexEnvf(glTexEnvf_t f) { glTexEnvf_t retval = glTexEnvf; glTexEnvf = f; return retval;}
|
Completed in 21 milliseconds