Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp126 LOAD_GL_FUNC(glLineWidth); in dispatchFuncs()
DGLDispatch.h103 void (GLAPIENTRY *glLineWidth) (GLfloat width);
DGLEScmImp.cpp1151 GL_API void GL_APIENTRY glLineWidth( GLfloat width) { in glLineWidth() function
1153 ctx->dispatcher().glLineWidth(width); in glLineWidth()
1158 ctx->dispatcher().glLineWidth(X2F(width)); in glLineWidthx()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h42 glLineWidth_t glLineWidth; member
DGLDispatch.cpp59 s_gl.glLineWidth = (glLineWidth_t) s_gles_lib->findSymbol("glLineWidth"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp116 void (GLAPIENTRY *GLDispatch::glLineWidth)(GLfloat) = NULL;
354 LOAD_GL_FUNC(glLineWidth); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h81 static void (GLAPIENTRY *glLineWidth) (GLfloat width);
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h562 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in89 GL_ENTRY(void, glLineWidth, GLfloat width)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java262 glLineWidth(231, 231), enumConstant
755 case 231: return glLineWidth; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in20 GL_ENTRY(void, glLineWidth, GLfloat width)
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1552 GL_APICALL void GL_APIENTRY glLineWidth(GLfloat width){ in glLineWidth() function
1554 ctx->dispatcher().glLineWidth(width); in glLineWidth()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java84 case glLineWidth: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in264 void, glLineWidth, GLfloat width