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

1 2 3

  /frameworks/native/opengl/libagl/
state.cpp 517 void glLineWidthx(GLfixed width)
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 394 public void glLineWidthx(int width) {
395 ((GL10)mGL).glLineWidthx(width);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 146 void (*glLineWidthx)(GLfixed width);
main.cpp     [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 609 // C function void glLineWidthx ( GLfixed width )
611 public native void glLineWidthx(
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 113 glLineWidthx_client_proc_t glLineWidthx;
gl_entry.cpp 108 void glLineWidthx(GLfixed width);
911 void glLineWidthx(GLfixed width)
914 ctx->glLineWidthx(ctx, width);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 561 void glLineWidthx(GLfixed width)
563 getDispatch()->glLineWidthx(width);
    [all...]
gles_dispatch.h 124 glLineWidthx_t glLineWidthx;
396 glLineWidthx_t set_glLineWidthx(glLineWidthx_t f) { glLineWidthx_t retval = glLineWidthx; glLineWidthx = f; return retval;}
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 356 public void glLineWidthx(int width) {
357 mgl.glLineWidthx(width);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 784 // C function void glLineWidthx ( GLfixed width )
786 public static native void glLineWidthx(
    [all...]
GLErrorWrapper.java 468 public void glLineWidthx(int width) {
470 mgl.glLineWidthx(width);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 622 void glLineWidthx(
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 524 #define glLineWidthx wrap_glLineWidthx
    [all...]
gles_undefine.h 524 #undef glLineWidthx
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 263 glLineWidthx(232, 232),
860 case 232: return glLineWidthx;
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 1149 milliseconds

1 2 3