Searched refs:glLineWidth (Results 1 – 21 of 21) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 39 {"glLineWidth", (void *)glLineWidth},
|
D | gles_dispatch.h | 42 glLineWidth_t glLineWidth; member 314 …dth_t set_glLineWidth(glLineWidth_t f) { glLineWidth_t retval = glLineWidth; glLineWidth = f; retu… in set_glLineWidth()
|
D | gles.cpp | 151 void glLineWidth(GLfloat width) in glLineWidth() function 153 getDispatch()->glLineWidth(width); in glLineWidth()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 30 {"glLineWidth", (void*)glLineWidth},
|
D | gl_client_context.h | 32 glLineWidth_client_proc_t glLineWidth; member
|
D | gl_client_context.cpp | 32 glLineWidth = (glLineWidth_client_proc_t) getProc("glLineWidth", userData); in initDispatchByName()
|
D | gl_entry.cpp | 27 void glLineWidth(GLfloat width); 423 void glLineWidth(GLfloat width) in glLineWidth() function 426 ctx->glLineWidth(ctx, width); in glLineWidth()
|
D | gl_enc.cpp | 8391 this->glLineWidth = &glLineWidth_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 99 {"glLineWidth", (void*)glLineWidth},
|
D | gl2_client_context.h | 101 glLineWidth_client_proc_t glLineWidth; member
|
D | gl2_client_context.cpp | 101 glLineWidth = (glLineWidth_client_proc_t) getProc("glLineWidth", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 96 void glLineWidth(GLfloat width); 985 void glLineWidth(GLfloat width) in glLineWidth() function 988 ctx->glLineWidth(ctx, width); in glLineWidth()
|
D | gl2_enc.cpp | 11661 this->glLineWidth = &glLineWidth_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 93 void glLineWidth(GLfloat width);
|
D | gles1_core.entries | 27 void glLineWidth(GLfloat width);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 20 GL_ENTRY(void, glLineWidth, GLfloat width)
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
|
D | gl31.h | 465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 89 GL_ENTRY(void, glLineWidth, GLfloat width)
|