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

1 2 3 4 5

  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 66 glLineWidth,
  /external/skia/gpu/src/android/
GrGLDefaultInterface_android.cpp 69 glLineWidth,
  /system/media/mca/filterpacks/imageproc/java/
DrawRectFilter.java 129 GLES20.glLineWidth(1.0f);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 126 LOAD_GL_FUNC(glLineWidth);
GLDispatch.h 103 void (GLAPIENTRY *glLineWidth) (GLfloat width);
  /development/tools/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...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerState.java 80 lastSetter.put(Function.glLineWidth.getNumber(), null);
114 case glLineWidth:
DebuggerMessage.java 118 glLineWidth(88, 88),
316 case 88: return glLineWidth;
    [all...]
  /external/quake/quake/src/WinQuake/
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:
  /external/skia/gpu/src/mac/
GrGLDefaultInterface_mac.cpp 73 gDefaultInterface.fLineWidth = glLineWidth;
  /external/skia/gpu/src/mesa/
GrGLDefaultInterface_mesa.cpp 88 gDefaultInterface.fLineWidth = glLineWidth;
  /external/skia/gpu/src/unix/
GrGLDefaultInterface_unix.cpp 89 gDefaultInterface.fLineWidth = glLineWidth;
  /external/skia/gpu/src/win/
GrGLDefaultInterface_win.cpp 71 gDefaultInterface.fLineWidth = glLineWidth;
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 42 glLineWidth_t glLineWidth;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 352 public void glLineWidth(float width) {
353 mgl.glLineWidth(width);
  /frameworks/base/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/base/opengl/libagl/
state.cpp 506 void glLineWidth(GLfloat width)
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 386 public void glLineWidth(
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 116 void (GLAPIENTRY *GLDispatch::glLineWidth)(GLfloat) = NULL;
354 LOAD_GL_FUNC(glLineWidth);
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 389 public void glLineWidth(float width) {
390 ((GL10)mGL).glLineWidth(width);

Completed in 453 milliseconds

1 2 3 4 5