Home
last modified time | relevance | path

Searched refs:glTexGenfOES (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h239 {"glTexGenfOES", (void*)glTexGenfOES},
Dgl_client_context.h259 glTexGenfOES_client_proc_t glTexGenfOES; member
Dgl_client_context.cpp259 glTexGenfOES = (glTexGenfOES_client_proc_t) getProc("glTexGenfOES", userData); in initDispatchByName()
Dgl_entry.cpp254 void glTexGenfOES(GLenum coord, GLenum pname, GLfloat param);
1793 void glTexGenfOES(GLenum coord, GLenum pname, GLfloat param) in glTexGenfOES() function
1796 ctx->glTexGenfOES(ctx, coord, pname, param); in glTexGenfOES()
Dgl_enc.cpp9176 this->glTexGenfOES = &glTexGenfOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_extensions.entries50 void glTexGenfOES(GLenum coord, GLenum pname, GLfloat param);
Dgles1_extensions_dispatch_logging_wrappers.impl230 DISPATCH_DEBUG_LOG("glTexGenfOES(coord:0x%X, pname:0x%X, param:%f)", coord, pname, param);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_extensions_static_translator_namespaced_header.h53 GL_APICALL void GL_APIENTRY glTexGenfOES(GLenum coord, GLenum pname, GLfloat param);
Dgles1_extensions_functions.h53 X(void, glTexGenfOES, (GLenum coord, GLenum pname, GLfloat param), (coord, pname, param)) \
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in72 API_ENTRY(glTexGenfOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in72 API_ENTRY(glTexGenfOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h267 glTexGenfOES_server_proc_t glTexGenfOES; member
Dgles1_server_context.cpp259 glTexGenfOES = (glTexGenfOES_server_proc_t) getProc("glTexGenfOES", userData); in initDispatchByName()
Dgles1_dec.cpp5098 this->glTexGenfOES(var_coord, var_pname, var_param); in decode()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp144 GL_API void GL_APIENTRY glTexGenfOES (GLenum coord, GLenum pname, GLfloat param);
282 …["glTexGenfOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glTexGenfOES); in getProcAddressGles1()
2836 GL_API void GL_APIENTRY glTexGenfOES (GLenum coord, GLenum pname, GLfloat param) { in glTexGenfOES() function
/hardware/google/gfxstream/include/GLES/
Dglext.h776 GL_API void GL_APIENTRY glTexGenfOES (GLenum coord, GLenum pname, GLfloat param);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in254 GL_ENTRY(void, glTexGenfOES, GLenum coord, GLenum pname, GLfloat param)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h459 GL_API void GL_APIENTRY glTexGenfOES (GLenum coord, GLenum pname, GLfloat param);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h889 GL_API void GL_APIENTRY glTexGenfOES (GLenum coord, GLenum pname, GLfloat param);