Searched refs:glLineWidthx (Results 1 - 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h111 {"glLineWidthx", (void*)glLineWidthx},
H A Dgl_client_context.h113 glLineWidthx_client_proc_t glLineWidthx; member in struct:gl_client_context_t
H A Dgl_client_context.cpp113 glLineWidthx = (glLineWidthx_client_proc_t) getProc("glLineWidthx", userData);
H A Dgl_entry.cpp108 void glLineWidthx(GLfixed width);
911 void glLineWidthx(GLfixed width) function
914 ctx->glLineWidthx(ctx, width);
H A Dgl_enc.cpp8386 this->glLineWidthx = &glLineWidthx_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h121 {"glLineWidthx", (void *)glLineWidthx},
H A Dgles_dispatch.h124 glLineWidthx_t glLineWidthx; member in struct:gles_dispatch
396 glLineWidthx_t set_glLineWidthx(glLineWidthx_t f) { glLineWidthx_t retval = glLineWidthx; glLineWidthx = f; return retval;}
H A Dgles.cpp561 void glLineWidthx(GLfixed width) function
563 getDispatch()->glLineWidthx(width);
/device/generic/goldfish-opengl/system/include/GLES/
H A Dgl.h696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);

Completed in 59 milliseconds