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

12

/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/deqp/framework/egl/
H A DegluStaticES20Library.inl92 { "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/chromium_org/third_party/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp113 } else if (0 == strcmp("glLineWidth", name)) {
114 return (GrGLFuncPtr) glLineWidth;
307 } else if (0 == strcmp("glLineWidth", name)) {
308 return (GrGLFuncPtr) glLineWidth;
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl92 gl->lineWidth = &glLineWidth;
H A DglwInitES30Direct.inl92 gl->lineWidth = &glLineWidth;
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp202 ctx.glLineWidth(0);
204 ctx.glLineWidth(-1);
397 {line_width, "line_width", "Invalid glLineWidth() usage" },
/external/chromium_org/gpu/skia_bindings/
H A Dgl_bindings_skia_cmd_buffer.cc76 functions->fLineWidth = glLineWidth;
/external/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp67 functions->fLineWidth = glLineWidth;
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h105 #define glLineWidth GLES2_GET_FUN(LineWidth) macro
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp85 functions->fLineWidth = glLineWidth;
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc371 glLineWidth(line_width_);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_context.c605 &glLineWidth,
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c605 &glLineWidth,
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h241 glLineWidth(line_width);
336 glLineWidth(line_width);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h578 #define glLineWidth GLES2_GET_FUN(LineWidth) macro
727 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/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/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/ ...
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl9 gl->lineWidth = glLineWidth;
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h561 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h466 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dgl.h612 GL_API void GL_APIENTRY glLineWidth (GLfloat width);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h562 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width);
/external/chromium_org/ui/gl/
H A Dgl_bindings_skia_in_process.cc359 glLineWidth(width);
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp138 void glLineWidth (float width);

Completed in 679 milliseconds

12