Home
last modified time | relevance | path

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

123

/hardware/google/gfxstream/host/tests/
DGLSnapshotRasterization_unittest.cpp40 void stateChange() override { gl->glLineWidth(GetParam()); } in stateChange()
/hardware/google/gfxstream/guest/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()
/hardware/google/gfxstream/guest/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()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_common_for_gles1.entries62 void glLineWidth(GLfloat width);
Dgles_common.entries61 void glLineWidth(GLfloat width);
Dgles_common_for_gles2.entries62 void glLineWidth(GLfloat width);
Dgles_common_dispatch_logging_wrappers.impl265 DISPATCH_DEBUG_LOG("glLineWidth(width:%f)", width);
Dgles12tr_internal.entries191 void glLineWidth( GLfloat width);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h63 GL_APICALL void GL_APIENTRY glLineWidth(GLfloat width);
Dgles_common_for_gles2_static_translator_namespaced_header.h63 GL_APICALL void GL_APIENTRY glLineWidth(GLfloat width);
Dgles_common_functions.h63 X(void, glLineWidth, (GLfloat width), (width)) \
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h32 glLineWidth_server_proc_t glLineWidth; member
Dgles1_server_context.cpp32 glLineWidth = (glLineWidth_server_proc_t) getProc("glLineWidth", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h131 glLineWidth_server_proc_t glLineWidth; member
Dgles2_server_context.cpp101 glLineWidth = (glLineWidth_server_proc_t) getProc("glLineWidth", userData); in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h404 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
/hardware/google/gfxstream/include/GLES/
Dgl.h612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp1577 GL_API void GL_APIENTRY glLineWidth( GLfloat width) { in glLineWidth() function
1581 ctx->dispatcher().glLineWidth(width); in glLineWidth()
1588 ctx->dispatcher().glLineWidth(X2F(width)); in glLineWidthx()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h614 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);

123