Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/gles1/
DMatrixBuiltinsTest.cpp131 glOrthof(l, r, b, t, n, f); in TEST_P()
162 glOrthof(1.0f, 1.0f, 0.0f, 1.0f, 0.1f, 1.0f); in TEST_P()
164 glOrthof(0.0f, 1.0f, 1.0f, 1.0f, 0.1f, 1.0f); in TEST_P()
166 glOrthof(0.0f, 1.0f, 0.0f, 1.0f, 1.0f, 1.0f); in TEST_P()
173 glOrthof(-1.0f, 1.0f, -1.0f, 1.0f, -1.0f, 0.0f); in TEST_P()
175 glOrthof(-1.0f, 1.0f, -1.0f, 1.0f, 0.0f, -1.0f); in TEST_P()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.def29 glOrthof @27
DlibGLESv1_CM.cpp148 void GL_APIENTRY glOrthof(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) in glOrthof() function
/external/mesa3d/src/mapi/es1api/
Dgles1-symbols.txt105 glOrthof
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def132 glOrthof @98
DlibGLES_CM.lds133 glOrthof;
DlibGLES_CM.hpp163 …void (GL_APIENTRY *glOrthof)(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNe…
Dmain.cpp1133 GL_API void GL_APIENTRY glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in glOrthof() function
1538 this->glOrthof = es1::Orthof; in LibGLES_CMexports()
DlibGLES_CM.cpp4848 FUNCTION(glOrthof), in es1GetProcAddress()
/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java80 gl.glOrthof(0.0f, viewWidth, 0.0f, viewHeight, 0.0f, 1.0f); in beginDrawing()
DGLErrorLogger.java510 public void glOrthof(float left, float right, float bottom, float top, in glOrthof() method in GLErrorLogger.ErrorLoggingGL
512 ((GL10)mGL).glOrthof( left, right, bottom, top, in glOrthof()
/external/mesa3d/src/mapi/glapi/
Dglapi_dispatch.c107 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat…
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dobject_tracker.cc391 glOrthof(0.0f, canvas_width, 0.0f, canvas_height, 0.0f, 1.0f); in Draw()
/external/angle/src/libGLESv2/
DlibGLESv2_with_capture_autogen.def433 glOrthof
DlibGLESv2_no_capture_autogen.def433 glOrthof
DlibGLESv2_autogen.cpp2571 void GL_APIENTRY glOrthof(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) in glOrthof() function
/external/swiftshader/include/GLES/
Dgl.h430 GL_API void GL_APIENTRY glOrthof (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
/external/mesa3d/include/GLES/
Dgl.h430 GL_API void GL_APIENTRY glOrthof (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
/external/angle/include/GLES/
Dgl.h579 GL_API void GL_APIENTRY glOrthof (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl161 "glOrthof",
/external/angle/src/tests/restricted_traces/
Dtrace_gles_loader_autogen.h41 #define glOrthof t_glOrthof macro
/external/angle/util/
Dgles_loader_autogen.h41 #define glOrthof l_glOrthof macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c15428 r = ((glOrthof = (PFNGLORTHOFPROC)glewGetProcAddress((const GLubyte*)"glOrthof")) == NULL) || r; in _glewInit_GL_REGAL_ES1_0_compatibility()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h17893 #define glOrthof GLEW_GET_FUN(__glewOrthof) macro
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Dgl_generated.h18529 #define glOrthof epoxy_glOrthof macro