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

1 2 3

  /development/tools/emulator/opengl/system/GLESv1_enc/
gl_ftable.h 182 {"glGetMaterialxvOES", (void*)glGetMaterialxvOES},
gl_client_context.h 200 glGetMaterialxvOES_client_proc_t glGetMaterialxvOES;
    [all...]
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 190 {"glGetMaterialxvOES", (void *)glGetMaterialxvOES},
gles_dispatch.h 193 glGetMaterialxvOES_t glGetMaterialxvOES;
    [all...]
gles.cpp 906 void glGetMaterialxvOES(GLenum face, GLenum pname, GLfixed *params)
908 getDispatch()->glGetMaterialxvOES(face, pname, params);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 405 // C function void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
407 public static native void glGetMaterialxvOES(
414 // C function void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
416 public static native void glGetMaterialxvOES(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 198 glGetMaterialxvOES = 172;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 26 void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 193 glGetMaterialxvOES_t glGetMaterialxvOES;
GLDispatch.cpp 210 s_gl.glGetMaterialxvOES = (glGetMaterialxvOES_t) s_gles_lib->findSymbol("glGetMaterialxvOES");