Searched refs:set_glLineWidth (Results 1 - 8 of 8) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_client_context.cpp103 ptr = getProc("glLineWidth", userData); set_glLineWidth((glLineWidth_client_proc_t)ptr);
H A Dgl2_client_context.h308 virtual glLineWidth_client_proc_t set_glLineWidth(glLineWidth_client_proc_t f) { glLineWidth_client_proc_t retval = glLineWidth; glLineWidth = f; return retval;} function in struct:gl2_client_context_t
H A Dgl2_enc.cpp3009 set_glLineWidth(glLineWidth_enc);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_client_context.cpp34 ptr = getProc("glLineWidth", userData); set_glLineWidth((glLineWidth_client_proc_t)ptr);
H A Dgl_client_context.h322 virtual glLineWidth_client_proc_t set_glLineWidth(glLineWidth_client_proc_t f) { glLineWidth_client_proc_t retval = glLineWidth; glLineWidth = f; return retval;} function in struct:gl_client_context_t
H A Dgl_enc.cpp4911 set_glLineWidth(glLineWidth_enc);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_dispatch.cpp44 ptr = dlsym(gles_android,"glLineWidth"); disp->set_glLineWidth((glLineWidth_t)ptr);
H A Dgles_dispatch.h314 glLineWidth_t set_glLineWidth(glLineWidth_t f) { glLineWidth_t retval = glLineWidth; glLineWidth = f; return retval;} function in struct:gles_dispatch

Completed in 42 milliseconds