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

1 2

  /frameworks/native/opengl/libagl/
state.cpp 507 void glLineWidth(GLfloat width)
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 103 void (GLAPIENTRY *glLineWidth) (GLfloat width);
GLEScmImp.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 97 void glLineWidth(GLfloat width);
762 void glLineWidth(GLfloat width)
765 ctx->glLineWidth(ctx, width);
    [all...]
gl2_client_context.h 99 glLineWidth_client_proc_t glLineWidth;
308 virtual glLineWidth_client_proc_t set_glLineWidth(glLineWidth_client_proc_t f) { glLineWidth_client_proc_t retval = glLineWidth; glLineWidth = f; return retval;}
    [all...]
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 103 #define glLineWidth GLES2_GET_FUN(LineWidth)
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 389 public void glLineWidth(float width) {
390 ((GL10)mGL).glLineWidth(width);