Searched defs:glLineWidth (Results 1 - 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h32 glLineWidth_client_proc_t glLineWidth; member in struct:gl_client_context_t
H A Dgl_entry.cpp27 void glLineWidth(GLfloat width);
421 void glLineWidth(GLfloat width) function
424 ctx->glLineWidth(ctx, width);
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_client_context.h101 glLineWidth_client_proc_t glLineWidth; member in struct:gl2_client_context_t
H A Dgl2_entry.cpp96 void glLineWidth(GLfloat width);
970 void glLineWidth(GLfloat width) function
973 ctx->glLineWidth(ctx, width);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp151 void glLineWidth(GLfloat width) function
153 getDispatch()->glLineWidth(width);
H A Dgles_dispatch.h42 glLineWidth_t glLineWidth; member in struct:gles_dispatch
314 glLineWidth_t set_glLineWidth(glLineWidth_t f) { glLineWidth_t retval = glLineWidth; glLineWidth = f; return retval;}

Completed in 33 milliseconds