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

1 2 3 4 5 6 7 8 910

  /external/deqp/modules/gles2/functional/
es2fNegativeFragmentApiTests.cpp 197 ES2F_ADD_API_CASE(line_width, "Invalid glLineWidth() usage",
200 glLineWidth(0);
202 glLineWidth(-1);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 99 {"glLineWidth", (void*)glLineWidth},
gl2_client_context.h 99 glLineWidth_client_proc_t glLineWidth;
308 virtual glLineWidth_client_proc_t set_glLineWidth(glLineWidth_client_proc_t f) { glLineWidth_client_proc_t retval = glLineWidth; glLineWidth = f; return retval;}
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DrawRectFilter.java 126 GLES20.glLineWidth(1.0f);
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 30 {"glLineWidth", (void*)glLineWidth},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 39 {"glLineWidth", (void *)glLineWidth},
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 126 LOAD_GL_FUNC(glLineWidth);
GLDispatch.h 103 void (GLAPIENTRY *glLineWidth) (GLfloat width);
  /external/deqp/framework/egl/
egluStaticES20Library.inl 92 { "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/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 92 gl->lineWidth = &glLineWidth;
glwInitES30Direct.inl 92 gl->lineWidth = &glLineWidth;
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 202 ctx.glLineWidth(0);
204 ctx.glLineWidth(-1);
397 {line_width, "line_width", "Invalid glLineWidth() usage" },
  /external/chromium_org/gpu/skia_bindings/
gl_bindings_skia_cmd_buffer.cc 75 functions->fLineWidth = glLineWidth;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 67 functions->fLineWidth = glLineWidth;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 67 functions->fLineWidth = glLineWidth;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 105 #define glLineWidth GLES2_GET_FUN(LineWidth)
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 85 functions->fLineWidth = glLineWidth;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 85 functions->fLineWidth = glLineWidth;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 42 glLineWidth_t glLineWidth;
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 368 glLineWidth(line_width_);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 605 &glLineWidth,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 605 &glLineWidth,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 352 public void glLineWidth(float width) {
353 mgl.glLineWidth(width);
  /external/chromium_org/gpu/command_buffer/service/
context_state_impl_autogen.h 206 glLineWidth(line_width);
284 glLineWidth(line_width);
    [all...]

Completed in 875 milliseconds

1 2 3 4 5 6 7 8 910