Home
last modified time | relevance | path

Searched refs:glLineWidth (Results 1 – 21 of 21) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h39 {"glLineWidth", (void *)glLineWidth},
Dgles_dispatch.h42 glLineWidth_t glLineWidth; member
314 …dth_t set_glLineWidth(glLineWidth_t f) { glLineWidth_t retval = glLineWidth; glLineWidth = f; retu… in set_glLineWidth()
Dgles.cpp151 void glLineWidth(GLfloat width) in glLineWidth() function
153 getDispatch()->glLineWidth(width); in glLineWidth()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h30 {"glLineWidth", (void*)glLineWidth},
Dgl_client_context.h32 glLineWidth_client_proc_t glLineWidth; member
Dgl_client_context.cpp32 glLineWidth = (glLineWidth_client_proc_t) getProc("glLineWidth", userData); in initDispatchByName()
Dgl_entry.cpp27 void glLineWidth(GLfloat width);
423 void glLineWidth(GLfloat width) in glLineWidth() function
426 ctx->glLineWidth(ctx, width); in glLineWidth()
Dgl_enc.cpp8391 this->glLineWidth = &glLineWidth_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h99 {"glLineWidth", (void*)glLineWidth},
Dgl2_client_context.h101 glLineWidth_client_proc_t glLineWidth; member
Dgl2_client_context.cpp101 glLineWidth = (glLineWidth_client_proc_t) getProc("glLineWidth", userData); in initDispatchByName()
Dgl2_entry.cpp96 void glLineWidth(GLfloat width);
985 void glLineWidth(GLfloat width) in glLineWidth() function
988 ctx->glLineWidth(ctx, width); in glLineWidth()
Dgl2_enc.cpp11661 this->glLineWidth = &glLineWidth_enc; in gl2_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries93 void glLineWidth(GLfloat width);
Dgles1_core.entries27 void glLineWidth(GLfloat width);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in20 GL_ENTRY(void, glLineWidth, GLfloat width)
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
Dgl31.h465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in89 GL_ENTRY(void, glLineWidth, GLfloat width)