HomeSort by relevance Sort by last modified time
    Searched refs:glGenerateMipmapOES (Results 1 - 25 of 70) sorted by null

1 2 3

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_ftable.h 223 {"glGenerateMipmapOES", (void*)glGenerateMipmapOES},
gl_client_context.h 243 glGenerateMipmapOES_client_proc_t glGenerateMipmapOES;
gl_client_context.cpp 243 glGenerateMipmapOES = (glGenerateMipmapOES_client_proc_t) getProc("glGenerateMipmapOES", userData);
gl_entry.cpp 238 void glGenerateMipmapOES(GLenum target);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles_ftable.h 231 {"glGenerateMipmapOES", (void *)glGenerateMipmapOES},
gles_dispatch.h 234 glGenerateMipmapOES_t glGenerateMipmapOES;
    [all...]
gles.cpp 1111 void glGenerateMipmapOES(GLenum target)
1113 getDispatch()->glGenerateMipmapOES(target);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 208 void glGenerateMipmapOES(
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 67 void glGenerateMipmapOES ( GLenum target )
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 862 // C function void glGenerateMipmapOES ( GLenum target )
864 public static native void glGenerateMipmapOES(
    [all...]
GLErrorWrapper.java     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 104 void (*glGenerateMipmapOES)(GLenum target);
main.cpp 838 GL_API void GL_APIENTRY glGenerateMipmapOES(GLenum target)
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.hpp 243 void (*glGenerateMipmapOES)(GLenum target);
entry_points.cpp 575 GL_APICALL void GL_APIENTRY glGenerateMipmapOES(GLenum target)
    [all...]
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 314 #define glGenerateMipmapOES wrap_glGenerateMipmapOES
    [all...]
gles_undefine.h 313 #undef glGenerateMipmapOES
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /device/generic/goldfish-opengl/system/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /external/swiftshader/include/GLES/
glext.h 324 GL_API void GL_APIENTRY glGenerateMipmapOES (GLenum target);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
glext.h     [all...]
  /frameworks/native/opengl/include/GLES/
glext.h 320 GL_API void GL_APIENTRY glGenerateMipmapOES (GLenum target);
    [all...]

Completed in 516 milliseconds

1 2 3