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

  /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...]
  /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);
913 void glLineWidthx(GLfixed width)
916 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...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 113 glLineWidthx_wrapper_proc_t glLineWidthx;
gles1_wrapper_entry.cpp 108 void glLineWidthx(GLfixed width);
907 void glLineWidthx(GLfixed width)
910 ctx->glLineWidthx( width);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 356 public void glLineWidthx(int width) {
357 mgl.glLineWidthx(width);

Completed in 69 milliseconds