Searched refs:frustumf (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | GLES1Dispatch_unittest.cpp | 35 context.frustumf(0, 0, 0, 0, 0, 0); in TEST_F()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | CoreProfileEngine.h | 146 …void frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa…
|
D | GLEScmContext.h | 89 …void frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa…
|
D | GLEScmContext.cpp | 1000 void GLEScmContext::frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNea… in frustumf() function in GLEScmContext 1004 core().frustumf(left, right, bottom, top, zNear, zFar); in frustumf()
|
D | CoreProfileEngine.cpp | 620 void CoreProfileEngine::frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in frustumf() function in CoreProfileEngine
|
D | GLEScmImp.cpp | 994 ctx->frustumf(left, right, bottom, top, zNear,zFar); in glFrustumf() 1001 ctx->frustumf(X2F(left),X2F(right),X2F(bottom),X2F(top),X2F(zNear),X2F(zFar)); in glFrustumx()
|