Home
last modified time | relevance | path

Searched refs:glDrawTexivOES (Results 1 – 22 of 22) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h162 {"glDrawTexivOES", (void*)glDrawTexivOES},
Dgl_client_context.h182 glDrawTexivOES_client_proc_t glDrawTexivOES; member
Dgl_client_context.cpp182 glDrawTexivOES = (glDrawTexivOES_client_proc_t) getProc("glDrawTexivOES", userData); in initDispatchByName()
Dgl_entry.cpp177 void glDrawTexivOES(const GLint* coords);
1327 void glDrawTexivOES(const GLint* coords) in glDrawTexivOES() function
1330 ctx->glDrawTexivOES(ctx, coords); in glDrawTexivOES()
Dgl_enc.cpp9099 this->glDrawTexivOES = &glDrawTexivOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_extensions.entries27 void glDrawTexivOES(const GLint *coords);
Dgles1_extensions_dispatch_logging_wrappers.impl115 DISPATCH_DEBUG_LOG("glDrawTexivOES(coords:%p)", coords);
Dgles12tr_internal.entries87 void glDrawTexivOES( const GLint* coords);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_extensions_static_translator_namespaced_header.h30 GL_APICALL void GL_APIENTRY glDrawTexivOES(const GLint * coords);
Dgles1_extensions_functions.h30 X(void, glDrawTexivOES, (const GLint * coords), (coords)) \
Dgles12tr_internal.h89 X(void, glDrawTexivOES, (const GLint* coords), (coords)) \
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in191 API_ENTRY(glDrawTexivOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in191 API_ENTRY(glDrawTexivOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h186 glDrawTexivOES_server_proc_t glDrawTexivOES; member
Dgles1_server_context.cpp182 glDrawTexivOES = (glDrawTexivOES_server_proc_t) getProc("glDrawTexivOES", userData); in initDispatchByName()
Dgles1_dec.cpp3500 this->glDrawTexivOES((const GLint*)(inptr_coords.get())); in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib376 #void glDrawTexivOES(GLint *coords)
377 glDrawTexivOES
Dgles1.in177 GL_ENTRY(void, glDrawTexivOES, const GLint *coords)
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp158 GL_API void GL_APIENTRY glDrawTexivOES (const GLint * coords);
313 …DrawTexivOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glDrawTexivOES); in getProcAddressGles1()
2949 GL_API void GL_APIENTRY glDrawTexivOES (const GLint * coords) { in glDrawTexivOES() function
/hardware/google/gfxstream/include/GLES/
Dglext.h512 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h129 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h620 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);