HomeSort by relevance Sort by last modified time
    Searched refs:glFrustumxOES (Results 1 - 20 of 20) sorted by null

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 177 {"glFrustumxOES", (void*)glFrustumxOES},
gl_client_context.h 197 glFrustumxOES_client_proc_t glFrustumxOES;
gl_client_context.cpp 197 glFrustumxOES = (glFrustumxOES_client_proc_t) getProc("glFrustumxOES", userData);
gl_entry.cpp 192 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 186 {"glFrustumxOES", (void *)glFrustumxOES},
gles_dispatch.h 189 glFrustumxOES_t glFrustumxOES;
    [all...]
gles.cpp 886 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
888 getDispatch()->glFrustumxOES(left, right, bottom, top, zNear, zFar);
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1.lds 125 glFrustumxOES;
gles1_wrapper_context.h 197 glFrustumxOES_wrapper_proc_t glFrustumxOES;
gles1_wrapper_context.cpp 197 glFrustumxOES = (glFrustumxOES_wrapper_proc_t) getProc("glFrustumxOES", userData);
gles1_wrapper_entry.cpp 192 void glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 338 glFrustumxOES = glFrustumx;
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h 675 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /external/mesa3d/include/GLES/
glext.h 218 GL_API void GL_APIENTRY glFrustumxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
    [all...]
  /external/swiftshader/include/GLES/
glext.h 222 GL_API void GL_APIENTRY glFrustumxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed f);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h 675 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h     [all...]
glext.h     [all...]
  /external/swiftshader/include/GL/
glext.h     [all...]

Completed in 1014 milliseconds