HomeSort by relevance Sort by last modified time
    Searched refs:glOrthof (Results 51 - 75 of 89) sorted by null

1 23 4

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/GLES/
gl.h 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/GLES/
gl.h 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/GLES/
gl.h 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/GLES/
gl.h 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
    [all...]
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
    [all...]
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
    [all...]
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/GLES/
gl.h 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/GLES/
gl.h 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/GLES/
gl.h 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.cpp 66 s_gl.glOrthof = (glOrthof_t) s_gles_lib->findSymbol("glOrthof");
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 293 glOrthof(262, 262),
786 case 262: return glOrthof;
    [all...]
  /external/quake/quake/src/QW/client/
gl_draw.c 968 glOrthof (0, vid.width, vid.height, 0, -99999, 99999);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 35 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
465 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
468 ctx->glOrthof(ctx, left, right, bottom, top, zNear, zFar);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 1227 glOrthof (0, vid.width, vid.height, 0, -99999, 99999);
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 1015 void glOrthof(
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 117 (*s_glesExtensions)["glOrthofOES"] = (__translatorMustCastToProperFunctionPointerType)glOrthof;
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp     [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 426 glOrthof(0, getSurfaceWidth(), 0, getSurfaceHeight(), 0, 1);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 903 const GLMessage_Function GLMessage::glOrthof;
    [all...]
gltrace.pb.h     [all...]

Completed in 2506 milliseconds

1 23 4