Home
last modified time | relevance | path

Searched refs:glFrustumf (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/gles1/
H A DMatrixBuiltinsTest.cpp109 glFrustumf(l, r, b, t, n, f); in TEST_P()
145 glFrustumf(1.0f, 1.0f, 0.0f, 1.0f, 0.1f, 1.0f); in TEST_P()
147 glFrustumf(0.0f, 1.0f, 1.0f, 1.0f, 0.1f, 1.0f); in TEST_P()
149 glFrustumf(0.0f, 1.0f, 0.0f, 1.0f, 1.0f, 1.0f); in TEST_P()
151 glFrustumf(0.0f, 1.0f, 0.0f, 1.0f, 0.0f, 1.0f); in TEST_P()
153 glFrustumf(0.0f, 1.0f, 0.0f, 1.0f, 1.0f, 0.0f); in TEST_P()
155 glFrustumf(0.0f, 1.0f, 0.0f, 1.0f, -1.0f, 1.0f); in TEST_P()
/dports/emulators/aranym/aranym-1.1.0/atari/nfosmesa/
H A Dlink-oldmesa.h19 GL_PROC("glFrustum", glFrustumf, "void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfl…
H A Dlib-oldmesa.h50 void APIENTRY glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat near_val…
H A Dlib-gl.c57 void APIENTRY glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat near_val… in glFrustumf() function
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/fixedfunc/
H A DGLMatrixFunc.java149 … public void glFrustumf(float left, float right, float bottom, float top, float zNear, float zFar); in glFrustumf() method
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/gl/compat/
H A Dgl_es_compat.h7 #define glFrustum glFrustumf
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/
H A Dgl-gl4bc.cfg216 JavaPrologue glFrustumf if ( !_context.hasFP32CompatAPI() ) {
217 JavaPrologue glFrustumf glFrustum((double)l, (double)r, (double)b, (double)t, (double)n, (double)…
218 JavaPrologue glFrustumf return;
219 JavaPrologue glFrustumf }
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/src/GLESv1/
H A Dglesv1.symbols47 glFrustumf
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/egl/opengles1/
H A Dbindtex.c102 glFrustumf(-ar, ar, -1, 1, 1.0, 10.0); in use_pbuffer()
355 glFrustumf(-ar, ar, -1, 1, 5.0, 60.0); in reshape()
H A Dtri.c126 glFrustumf(-ar, ar, -1, 1, 5.0, 60.0); in reshape()
H A Ddrawtex.c52 glFrustumf(-ar, ar, -1, 1, 5.0, 60.0); in reshape()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/egl/opengles1/
H A Dbindtex.c102 glFrustumf(-ar, ar, -1, 1, 1.0, 10.0); in use_pbuffer()
355 glFrustumf(-ar, ar, -1, 1, 5.0, 60.0); in reshape()
H A Dtri.c126 glFrustumf(-ar, ar, -1, 1, 5.0, 60.0); in reshape()
H A Ddrawtex.c52 glFrustumf(-ar, ar, -1, 1, 5.0, 60.0); in reshape()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libGLESv1_CM/
H A DlibGLESv1_CM.def11 glFrustumf @9
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libGLESv1_CM/
H A DlibGLESv1_CM.def11 glFrustumf @9
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/
H A DFixedFuncHook.java297glFrustumf((float) left, (float) right, (float) bottom, (float) top, (float) zNear, (float) zFar); in glFrustum()
300 …public void glFrustumf(final float left, final float right, final float bottom, final float top, f… in glFrustumf() method in FixedFuncHook
301 pmvMatrix.glFrustumf(left, right, bottom, top, zNear, zFar); in glFrustumf()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.def78 glFrustumf @65
H A DlibGLES_CM.lds79 glFrustumf;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLES_CM/
H A DlibGLES_CM.def78 glFrustumf @65
H A DlibGLES_CM.lds79 glFrustumf;
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_REGAL_ES1_0_compatibility12 …void glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat …
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_REGAL_ES1_0_compatibility12 …void glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat …
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_REGAL_ES1_0_compatibility12 …void glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat …
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/
H A DGearsES1.java235 gl.glFrustumf(-1.0f, 1.0f, -h, h, 5.0f, 60.0f); in reshape()
238 gl.glFrustumf(-h, h, -1.0f, 1.0f, 5.0f, 60.0f); in reshape()

1234567891011