Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsProgramRaster.cpp71 glLineWidth(mLineWidth); in setupGL()
/frameworks/base/opengl/tools/glgen/specs/gles11/
DGLES10.spec55 void glLineWidth ( GLfloat width )
DGLES20.spec90 void glLineWidth ( GLfloat width )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java618 void glLineWidth( in glLineWidth() method
/frameworks/base/opengl/tools/glgen/specs/jsr239/
Dglspec-1.055 void glLineWidth ( GLfloat width )
/frameworks/base/opengl/libs/GLES2/
Dgl2_api.in265 void API_ENTRY(glLineWidth)(GLfloat width) {
266 CALL_GL_API(glLineWidth, width);
/frameworks/base/opengl/libs/GLES_CM/
Dgl_api.in58 void API_ENTRY(glLineWidth)(GLfloat width) {
59 CALL_GL_API(glLineWidth, width);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java796 public static native void glLineWidth( in glLineWidth() method in GLES10
DGLErrorWrapper.java462 public void glLineWidth(float width) { in glLineWidth() method in GLErrorWrapper
464 mgl.glLineWidth(width); in glLineWidth()
DGLES20.java1289 public static native void glLineWidth( in glLineWidth() method in GLES20
DGLLogWrapper.java1910 public void glLineWidth(float width) { in glLineWidth() method in GLLogWrapper
1915 mgl.glLineWidth(width); in glLineWidth()
/frameworks/base/opengl/libagl/
Dstate.cpp503 void glLineWidth(GLfloat width) in glLineWidth() function
/frameworks/base/opengl/tests/angeles/include/GLES/
Dgl.h527 GLAPI void APIENTRY glLineWidth (GLfloat width);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java604 public native void glLineWidth( in glLineWidth() method in GLImpl
/frameworks/base/opengl/include/GLES/
Dgl.h612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
/frameworks/base/opengl/include/GLES2/
Dgl2.h562 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/frameworks/base/opengl/libs/
Dentries.in232 GL_ENTRY(void, glLineWidth, GLfloat width)
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2242 glLineWidth( in android_glLineWidth__F()
Dandroid_opengl_GLES20.cpp3398 glLineWidth( in android_glLineWidth__F()
Dcom_google_android_gles_jni_GLImpl.cpp2368 glLineWidth( in android_glLineWidth__F()