Searched refs:glOrthof (Results 1 – 8 of 8) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 49 glOrthof_t glOrthof; member
|
D | FrameBuffer.cpp | 880 s_gl.glOrthof(-1.0, 1.0, -1.0, 1.0, -1.0, 1.0); in initGLState()
|
D | GLDispatch.cpp | 66 s_gl.glOrthof = (glOrthof_t) s_gles_lib->findSymbol("glOrthof"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 293 glOrthof(262, 262), enumConstant 786 case 262: return glOrthof; in valueOf()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.in | 27 GL_ENTRY(void, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, G…
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLEScmImp.cpp | 117 … (*s_glesExtensions)["glOrthofOES"] = (__translatorMustCastToProperFunctionPointerType)glOrthof; in getProcAddress() 1258 GL_API void GL_APIENTRY glOrthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloa… in glOrthof() function
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 295 void, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF…
|