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

1 2 3

  /external/mesa3d/src/mapi/es1api/
ABI-check 98 glLineWidthx
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 111 {"glLineWidthx", (void*)glLineWidthx},
gl_client_context.h 113 glLineWidthx_client_proc_t glLineWidthx;
gl_client_context.cpp 113 glLineWidthx = (glLineWidthx_client_proc_t) getProc("glLineWidthx", userData);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 121 {"glLineWidthx", (void *)glLineWidthx},
gles_dispatch.h 124 glLineWidthx_t glLineWidthx;
396 glLineWidthx_t set_glLineWidthx(glLineWidthx_t f) { glLineWidthx_t retval = glLineWidthx; glLineWidthx = f; return retval;}
    [all...]
gles.cpp 561 void glLineWidthx(GLfixed width)
563 getDispatch()->glLineWidthx(width);
    [all...]
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 125 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 356 public void glLineWidthx(int width) {
357 mgl.glLineWidthx(width);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 56 void glLineWidthx ( GLfixed width )
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 146 void (*glLineWidthx)(GLfixed 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...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 622 void glLineWidthx(
  /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/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]
  /external/mesa3d/include/GLES/
gl.h 696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]
  /external/swiftshader/include/GLES/
gl.h 505 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
gl.h 696 GL_API void GL_APIENTRY glLineWidthx (GLfixed width);
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 525 #define glLineWidthx wrap_glLineWidthx
    [all...]
gles_undefine.h 524 #undef glLineWidthx
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 609 // C function void glLineWidthx ( GLfixed width )
611 public native void glLineWidthx(
    [all...]

Completed in 1043 milliseconds

1 2 3