/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotRasterization_unittest.cpp | 40 void stateChange() override { gl->glLineWidth(GetParam()); } in stateChange()
|
/hardware/google/gfxstream/guest/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()
|
/hardware/google/gfxstream/guest/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()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 62 void glLineWidth(GLfloat width);
|
D | gles_common.entries | 61 void glLineWidth(GLfloat width);
|
D | gles_common_for_gles2.entries | 62 void glLineWidth(GLfloat width);
|
D | gles_common_dispatch_logging_wrappers.impl | 265 DISPATCH_DEBUG_LOG("glLineWidth(width:%f)", width);
|
D | gles12tr_internal.entries | 191 void glLineWidth( GLfloat width);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 63 GL_APICALL void GL_APIENTRY glLineWidth(GLfloat width);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 63 GL_APICALL void GL_APIENTRY glLineWidth(GLfloat width);
|
D | gles_common_functions.h | 63 X(void, glLineWidth, (GLfloat width), (width)) \
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 32 glLineWidth_server_proc_t glLineWidth; member
|
D | gles1_server_context.cpp | 32 glLineWidth = (glLineWidth_server_proc_t) getProc("glLineWidth", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 131 glLineWidth_server_proc_t glLineWidth; member
|
D | gles2_server_context.cpp | 101 glLineWidth = (glLineWidth_server_proc_t) getProc("glLineWidth", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 404 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1577 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/ |
D | gl2.h | 614 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
|