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

1 2 3 4 5

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 66 glLineWidth,
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DrawRectFilter.java 129 GLES20.glLineWidth(1.0f);
  /external/skia/src/gpu/android/
GrGLCreateNativeInterface_android.cpp 65 interface->fLineWidth = glLineWidth;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 126 LOAD_GL_FUNC(glLineWidth);
GLDispatch.h 103 void (GLAPIENTRY *glLineWidth) (GLfloat width);
  /sdk/emulator/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/quake/quake/src/WinQuake/
glquake.h 303 #define glLineWidth(...) do { glLineWidth(__VA_ARGS__); GLCHECK("glLineWidth");} while(0)
  /gdk/samples/quake/jni/
glquake.h 303 #define glLineWidth(...) do { glLineWidth(__VA_ARGS__); GLCHECK("glLineWidth");} while(0)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java 80 lastSetter.put(Function.glLineWidth.getNumber(), null);
114 case glLineWidth:
DebuggerMessage.java 119 glLineWidth(88, 88),
318 case 88: return glLineWidth;
    [all...]
  /external/skia/src/gpu/ios/
GrGLDefaultInterface_iOS.cpp 65 interface->fLineWidth = glLineWidth;
  /external/skia/src/gpu/unix/
GrGLCreateNativeInterface_unix.cpp 99 interface->fLineWidth = glLineWidth;
  /external/skia/src/gpu/win/
GrGLCreateNativeInterface_win.cpp 65 interface->fLineWidth = glLineWidth;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 257 glLineWidth = 231;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 42 glLineWidth_t glLineWidth;
  /external/skia/src/gpu/mac/
GrGLCreateNativeInterface_mac.cpp 104 interface->fLineWidth = glLineWidth;
  /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 )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 794 // C function void glLineWidth ( GLfloat width )
796 public static native void glLineWidth(
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 618 void glLineWidth(
  /frameworks/native/opengl/libagl/
state.cpp 507 void glLineWidth(GLfloat width)
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 386 public void glLineWidth(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 389 public void glLineWidth(float width) {
390 ((GL10)mGL).glLineWidth(width);

Completed in 67 milliseconds

1 2 3 4 5