Home
last modified time | relevance | path

Searched refs:glLineWidth (Results 1 – 25 of 31) 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/native/opengl/libagl/
Dstate.cpp507 void glLineWidth(GLfloat width) in glLineWidth() function
/frameworks/base/libs/hwui/debug/
Dnullgles.cpp214 void glLineWidth(GLfloat width) {} in glLineWidth() function
Dwrap_gles.h526 #define glLineWidth wrap_glLineWidth macro
Dunwrap_gles.h526 #undef glLineWidth
/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/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/GLES2/
Dgl2.h616 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/frameworks/native/opengl/include/GLES3/
Dgl3.h616 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
Dgl31.h616 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
Dgl32.h616 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp1883 glLineWidth( in android_glLineWidth__F()
/frameworks/native/opengl/libs/
Dentries.in507 GL_ENTRY(void, glLineWidth, GLfloat width)

12