Home
last modified time | relevance | path

Searched refs:glLineWidthx (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h111 {"glLineWidthx", (void*)glLineWidthx},
Dgl_client_context.h113 glLineWidthx_client_proc_t glLineWidthx; member
Dgl_client_context.cpp113 glLineWidthx = (glLineWidthx_client_proc_t) getProc("glLineWidthx", userData); in initDispatchByName()
Dgl_entry.cpp108 void glLineWidthx(GLfixed width);
913 void glLineWidthx(GLfixed width) in glLineWidthx() function
916 ctx->glLineWidthx(ctx, width); in glLineWidthx()
Dgl_enc.cpp9030 this->glLineWidthx = &glLineWidthx_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h117 glLineWidthx_server_proc_t glLineWidthx; member
Dgles1_server_context.cpp113 glLineWidthx = (glLineWidthx_server_proc_t) getProc("glLineWidthx", userData); in initDispatchByName()
Dgles1_dec.cpp2126 this->glLineWidthx(var_width); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries88 void glLineWidthx(GLfixed width);
Dgles1_only_dispatch_logging_wrappers.impl415 DISPATCH_DEBUG_LOG("glLineWidthx(width:%d)", width);
Dgles12tr_internal.entries192 void glLineWidthx( GLfixed width);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h90 GL_APICALL void GL_APIENTRY glLineWidthx(GLfixed width);
Dgles1_only_functions.h90 X(void, glLineWidthx, (GLfixed width), (width)) \
Dgles12tr_internal.h194 X(void, glLineWidthx, (GLfixed width), (width)) \
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h486 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
/hardware/google/gfxstream/include/GLES/
Dgl.h696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in101 GL_ENTRY(void, glLineWidthx, GLfixed width)
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h183 X(void, glLineWidthx, (GLfixed width), (width)) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp1584 GL_API void GL_APIENTRY glLineWidthx( GLfixed width) { in glLineWidthx() function