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

1 2 3 4 5

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 154 {"glPointSizePointerOES", (void*)glPointSizePointerOES},
gl_client_context.h 154 glPointSizePointerOES_client_proc_t glPointSizePointerOES;
gl_client_context.cpp 156 glPointSizePointerOES = (glPointSizePointerOES_client_proc_t) getProc("glPointSizePointerOES", userData);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 164 {"glPointSizePointerOES", (void *)glPointSizePointerOES},
gles_dispatch.h 167 glPointSizePointerOES_t glPointSizePointerOES;
439 glPointSizePointerOES_t set_glPointSizePointerOES(glPointSizePointerOES_t f) { glPointSizePointerOES_t retval = glPointSizePointerOES; glPointSizePointerOES = f; return retval;}
    [all...]
gles.cpp 776 void glPointSizePointerOES(GLenum type, GLsizei stride, const GLvoid *pointer)
778 getDispatch()->glPointSizePointerOES(type, stride, pointer);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 36 void glPointSizePointerOES ( GLenum type, GLsizei stride, const GLvoid *pointer )
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 119 ctx->glPointSizePointerOES(type, stride, SafePointerFromUInt(offset));
187 ctx->glPointSizePointerOES(type, 0, ctx->m_contextData->pointerData(GLDecoderContextData::POINTSIZE_LOCATION));
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 413 glPointSizePointerOES(type,size_of * 10,data);
415 glPointSizePointerOES(type,size_of * 10,(GLvoid*)(size_of * 9));
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 74 glPointSizePointerOES(type, stride, pointer);
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 598 // C function void glPointSizePointerOES ( GLenum type, GLsizei stride, const GLvoid *pointer )
607 public static void glPointSizePointerOES(
GLErrorWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 466 void glPointSizePointerOES(
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 167 glPointSizePointerOES_t glPointSizePointerOES;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 300 glPointSizePointerOES = 274;
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1004 public void glPointSizePointerOES(int type, int stride, Buffer pointer) {
1005 ((GL11)mGL).glPointSizePointerOES(type, stride, pointer);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-4/include/GLES/
gl.h     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 941 public void glPointSizePointerOES(int type, int stride, Buffer pointer) {
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h     [all...]
  /external/mesa3d/include/GLES/
gl.h     [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /frameworks/native/opengl/include/GLES/
gl.h     [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h     [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h     [all...]

Completed in 161 milliseconds

1 2 3 4 5