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

  /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/specs/OLD/
MESA_program_debug.spec 354 glVertex2f(0, 0);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 644 &glVertex2f,
  /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 935 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/swiftshader/src/OpenGL/libGL/
libGL.cpp     [all...]

Completed in 305 milliseconds