HomeSort by relevance Sort by last modified time
    Searched refs:glLineWidth (Results 1 - 25 of 392) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 197 ES2F_ADD_API_CASE(line_width, "Invalid glLineWidth() usage",
200 glLineWidth(0);
202 glLineWidth(-1);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DrawRectFilter.java 126 GLES20.glLineWidth(1.0f);
  /external/mesa3d/src/mapi/es1api/
ABI-check 97 glLineWidth
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
RectangleRenderable.java 125 GLES20.glLineWidth(LINE_WIDTH);
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 30 {"glLineWidth", (void*)glLineWidth},
gl_client_context.h 32 glLineWidth_client_proc_t glLineWidth;
gl_client_context.cpp 32 glLineWidth = (glLineWidth_client_proc_t) getProc("glLineWidth", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 39 {"glLineWidth", (void *)glLineWidth},
gles_dispatch.h 42 glLineWidth_t glLineWidth;
314 glLineWidth_t set_glLineWidth(glLineWidth_t f) { glLineWidth_t retval = glLineWidth; glLineWidth = f; return retval;}
    [all...]
  /external/deqp/framework/egl/
egluStaticES20Library.inl 94 { "glLineWidth", (deFunctionPtr)glLineWidth },
egluStaticES30Library.inl 159 { "glLineWidth", (deFunctionPtr)glLineWidth },
  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 197 ES3F_ADD_API_CASE(line_width, "Invalid glLineWidth() usage",
200 glLineWidth(0);
202 glLineWidth(-1);
  /external/mesa3d/src/mapi/es2api/
ABI-check 165 glLineWidth
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 94 gl->lineWidth = &glLineWidth;
glwInitES30Direct.inl 159 gl->lineWidth = &glLineWidth;
glwInitES31Direct.inl 184 gl->lineWidth = &glLineWidth;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_ftable.h 99 {"glLineWidth", (void*)glLineWidth},
gl2_client_context.h 101 glLineWidth_client_proc_t glLineWidth;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 119 } else if (0 == strcmp("glLineWidth", name)) {
120 return (GrGLFuncPtr) glLineWidth;
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 296 ctx.glLineWidth(0);
298 ctx.glLineWidth(-1);
495 {line_width, "line_width", "Invalid glLineWidth() usage" },
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 352 public void glLineWidth(float width) {
353 mgl.glLineWidth(width);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 55 void glLineWidth ( GLfloat width )
GLES20.spec 90 void glLineWidth ( GLfloat width )
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 684 &glLineWidth,
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 145 void (*glLineWidth)(GLfloat width);

Completed in 577 milliseconds

1 2 3 4 5 6 7 8 91011>>