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

1 2

  /frameworks/base/opengl/libagl/
state.cpp 506 void glLineWidth(GLfloat width)
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 103 void (GLAPIENTRY *glLineWidth) (GLfloat width);
GLEScmImp.cpp     [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...]
  /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 118 glLineWidth(88, 88),
316 case 88: return glLineWidth;
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 116 void (GLAPIENTRY *GLDispatch::glLineWidth)(GLfloat) = NULL;
354 LOAD_GL_FUNC(glLineWidth);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 81 static void (GLAPIENTRY *glLineWidth) (GLfloat width);
  /external/quake/quake/src/WinQuake/
glquake.h 303 #define glLineWidth(...) do { glLineWidth(__VA_ARGS__); GLCHECK("glLineWidth");} while(0)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 602 // C function void glLineWidth ( GLfloat width )
604 public native void glLineWidth(
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 386 public void glLineWidth(
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 42 glLineWidth_t glLineWidth;
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 151 void glLineWidth(GLfloat width)
153 getDispatch()->glLineWidth(width);
    [all...]
gles_dispatch.h 42 glLineWidth_t glLineWidth;
314 glLineWidth_t set_glLineWidth(glLineWidth_t f) { glLineWidth_t retval = glLineWidth; glLineWidth = f; return retval;}
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 327 const Message_Function Message::glLineWidth;
    [all...]
debugger_message.pb.h 401 static const Function glLineWidth = Message_Function_glLineWidth;
    [all...]
  /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/java/android/opengl/
GLES10.java 794 // C function void glLineWidth ( GLfloat width )
796 public static native void glLineWidth(
    [all...]
GLES20.java     [all...]
GLErrorWrapper.java 462 public void glLineWidth(float width) {
464 mgl.glLineWidth(width);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 618 void glLineWidth(

Completed in 186 milliseconds

1 2