HomeSort by relevance Sort by last modified time
    Searched refs:glVertex2f (Results 1 - 18 of 18) sorted by null

  /external/libgdx/tests/gdx-tests-lwjgl3/src/com/badlogic/gdx/tests/lwjgl3/
AwtTestLWJGL.java 69 GL11.glVertex2f(-0.5f, -0.5f);
70 GL11.glVertex2f(0.5f, -0.5f);
71 GL11.glVertex2f(0, 0.5f);
GlfwTest.java 64 GL11.glVertex2f(-1f, -1f);
65 GL11.glVertex2f(1f, -1f);
66 GL11.glVertex2f(0, 1f);
  /external/opencv3/3rdparty/openexr/Imath/
ImathGL.h 47 inline void glVertex ( const Imath::V2f &v ) { glVertex2f(v.x,v.y); }
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 305 glTexCoord2f(0.0, 0.0); glVertex2f(xStart, yStop);
306 glTexCoord2f(_width, 0.0); glVertex2f(xStop, yStop);
307 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart);
308 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart);
video_render_agl.cc 309 glTexCoord2f(0.0, 0.0); glVertex2f(xStart, yStop);
310 glTexCoord2f(_width, 0.0); glVertex2f(xStop, yStop);
311 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart);
312 glTexCoord2f(0.0, _height); glVertex2f(xStart, yStart);
    [all...]
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 354 glVertex2f(0, 0);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 565 &glVertex2f,
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_void.h 48 #define glVertex2f(_a0,_a1) {(void)(_a0);(void)(_a1);}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h     [all...]
  /external/mesa3d/include/GL/
gl.h 963 GLAPI void GLAPIENTRY glVertex2f( GLfloat x, GLfloat y );
    [all...]
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h 967 GLAPI void GLAPIENTRY glVertex2f( GLfloat x, GLfloat y );
    [all...]
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl.h 963 GLAPI void GLAPIENTRY glVertex2f( GLfloat x, GLfloat y );
    [all...]
gl_mangle.h     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 193 milliseconds