Searched refs:glLineWidth (Results 1 - 25 of 55) sorted by relevance

123

/external/deqp/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp197 ES2F_ADD_API_CASE(line_width, "Invalid glLineWidth() usage",
200 glLineWidth(0);
202 glLineWidth(-1);
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
H A DTriangleRaycastTest.java139 Gdx.gl.glLineWidth(5);
147 Gdx.gl.glLineWidth(1);
/external/deqp/framework/egl/
H A DegluStaticES20Library.inl94 { "glLineWidth", (deFunctionPtr)glLineWidth },
H A DegluStaticES30Library.inl159 { "glLineWidth", (deFunctionPtr)glLineWidth },
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp197 ES3F_ADD_API_CASE(line_width, "Invalid glLineWidth() usage",
200 glLineWidth(0);
202 glLineWidth(-1);
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl94 gl->lineWidth = &glLineWidth;
H A DglwInitES30Direct.inl159 gl->lineWidth = &glLineWidth;
H A DglwInitES31Direct.inl184 gl->lineWidth = &glLineWidth;
H A DglwInitES32Direct.inl213 gl->lineWidth = &glLineWidth;
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DTiledMapObjectLoadingTest.java83 Gdx.gl20.glLineWidth(2);
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp118 } else if (0 == strcmp("glLineWidth", name)) {
119 return (GrGLFuncPtr) glLineWidth;
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp296 ctx.glLineWidth(0);
298 ctx.glLineWidth(-1);
495 {line_width, "line_width", "Invalid glLineWidth() usage" },
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
H A DAndroidGL20.java229 public native void glLineWidth (float width); method in class:AndroidGL20
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSGLES20.java230 public native void glLineWidth ( float width ); method in class:IOSGLES20
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSGLES20.java230 public native void glLineWidth ( float width ); method in class:IOSGLES20
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c605 &glLineWidth,
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
H A DJglfwGL20.java194 public void glLineWidth (float width) { method in class:JglfwGL20
195 GL.glLineWidth(width);
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
H A DLwjglGL20.java517 public void glLineWidth (float width) { method in class:LwjglGL20
518 GL11.glLineWidth(width);
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
H A DLwjgl3GL20.java511 public void glLineWidth (float width) { method in class:Lwjgl3GL20
512 GL11.glLineWidth(width);
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
H A DGwtGL20Debug.java242 public void glLineWidth (float width) { method in class:GwtGL20Debug
244 super.glLineWidth(width);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
H A DGL20Profiler.java271 public void glLineWidth (float width) { method in class:GL20Profiler
273 gl20.glLineWidth(width);
H A DGL30Profiler.java272 public void glLineWidth (float width) { method in class:GL30Profiler
274 gl30.glLineWidth(width);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
H A DGL20.java402 public void glLineWidth (float width); method in interface:GL20
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java389 public void glLineWidth(float width) { method in class:GLErrorLogger.ErrorLoggingGL
390 ((GL10)mGL).glLineWidth(width);
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...

Completed in 374 milliseconds

123