Searched defs:frustum (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/OpenGL/common/ |
D | MatrixStack.cpp | 124 …void MatrixStack::frustum(float left, float right, float bottom, float top, float zNear, float zFa… in frustum() function in sw::MatrixStack 138 Matrix frustum(2 * n / (r - l), 0, A, 0, in frustum() local
|
/external/skqp/gm/ |
D | lightingshader.cpp | 26 SkBitmap frustum; in make_frustum_normalmap() local
|
D | lightingshader2.cpp | 18 SkBitmap frustum; in make_frustum_normalmap() local
|
/external/angle/util/ |
D | Matrix.cpp | 109 Matrix4 Matrix4::frustum(float l, float r, float b, float t, float n, float f) in frustum() function in Matrix4
|
/external/autotest/client/deps/webgl_mpd/src/resources/ |
D | J3DIMath.js | 638 J3DIMatrix4.prototype.frustum = function(left, right, bottom, top, near, far) method in J3DIMatrix4
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | matrix_transform.inl | 181 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> frustum function
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.cpp | 3292 void Context::frustum(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfl… in frustum() function in es1::Context
|
/external/angle/src/libANGLE/ |
D | Context_gl.cpp | 1016 void Context::frustum(GLdouble left, in frustum() function in gl::Context
|