Home
last modified time | relevance | path

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

12

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DDrawRectFilter.java126 GLES20.glLineWidth(1.0f); in renderBox()
/frameworks/native/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/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.055 void glLineWidth ( GLfloat width )
/frameworks/native/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.java780 public static native void glLineWidth( in glLineWidth() method in GLES10
DGLES20.java1290 public static native void glLineWidth( in glLineWidth() method in GLES20
DGLErrorWrapper.java462 public void glLineWidth(float width) { in glLineWidth() method in GLErrorWrapper
464 mgl.glLineWidth(width); in glLineWidth()
DGLLogWrapper.java1910 public void glLineWidth(float width) { in glLineWidth() method in GLLogWrapper
1915 mgl.glLineWidth(width); in glLineWidth()
/frameworks/base/libs/hwui/tests/
Dnullgles.cpp203 void glLineWidth(GLfloat width) {} in glLineWidth() function
/frameworks/native/opengl/libagl/
Dstate.cpp507 void glLineWidth(GLfloat width) in glLineWidth() function
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto259 glLineWidth = 231; enumerator
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h527 GLAPI void APIENTRY glLineWidth (GLfloat width);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java605 public native void glLineWidth( in glLineWidth() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
/frameworks/native/opengl/include/GLES2/
Dgl2.h465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLES20Canvas.java506 GLES20.glLineWidth(lineWidth); in prepareDraw()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in265 void API_ENTRY(glLineWidth)(GLfloat width) {
266 CALL_GL_API(glLineWidth, width);
/frameworks/native/opengl/include/GLES3/
Dgl3.h465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
Dgl31.h465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp1883 glLineWidth( in android_glLineWidth__F()
Dandroid_opengl_GLES20.cpp4064 glLineWidth( in android_glLineWidth__F()
Dcom_google_android_gles_jni_GLImpl.cpp2580 glLineWidth( in android_glLineWidth__F()
/frameworks/native/opengl/libs/
Dentries.in404 GL_ENTRY(void, glLineWidth, GLfloat width)

12