Searched refs:glLineWidthx (Results 1 – 20 of 20) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 111 {"glLineWidthx", (void*)glLineWidthx},
|
D | gl_client_context.h | 113 glLineWidthx_client_proc_t glLineWidthx; member
|
D | gl_client_context.cpp | 113 glLineWidthx = (glLineWidthx_client_proc_t) getProc("glLineWidthx", userData); in initDispatchByName()
|
D | gl_entry.cpp | 108 void glLineWidthx(GLfixed width); 913 void glLineWidthx(GLfixed width) in glLineWidthx() function 916 ctx->glLineWidthx(ctx, width); in glLineWidthx()
|
D | gl_enc.cpp | 9030 this->glLineWidthx = &glLineWidthx_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 117 glLineWidthx_server_proc_t glLineWidthx; member
|
D | gles1_server_context.cpp | 113 glLineWidthx = (glLineWidthx_server_proc_t) getProc("glLineWidthx", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 2126 this->glLineWidthx(var_width); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 88 void glLineWidthx(GLfixed width);
|
D | gles1_only_dispatch_logging_wrappers.impl | 415 DISPATCH_DEBUG_LOG("glLineWidthx(width:%d)", width);
|
D | gles12tr_internal.entries | 192 void glLineWidthx( GLfixed width);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 90 GL_APICALL void GL_APIENTRY glLineWidthx(GLfixed width);
|
D | gles1_only_functions.h | 90 X(void, glLineWidthx, (GLfixed width), (width)) \
|
D | gles12tr_internal.h | 194 X(void, glLineWidthx, (GLfixed width), (width)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 486 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 101 GL_ENTRY(void, glLineWidthx, GLfixed width)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 183 X(void, glLineWidthx, (GLfixed width), (width)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1584 GL_API void GL_APIENTRY glLineWidthx( GLfixed width) { in glLineWidthx() function
|