Home
last modified time | relevance | path

Searched defs:glMaterialxv (Results 1 – 6 of 6) sorted by relevance

/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dimportgl.h148 #define glMaterialxv FNPTR(glMaterialxv) macro
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java414 public void glMaterialxv(int face, int pname, int[] params, int offset) { in glMaterialxv() method in MatrixTrackingGL
418 public void glMaterialxv(int face, int pname, IntBuffer params) { in glMaterialxv() method in MatrixTrackingGL
/development/tools/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h129 glMaterialxv_t glMaterialxv; member
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp1204 GL_API void GL_APIENTRY glMaterialxv( GLenum face, GLenum pname, const GLfixed *params) { in glMaterialxv() function
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Dgles.cpp586 void glMaterialxv(GLenum face, GLenum pname, const GLfixed *params) in glMaterialxv() function
Dgles_dispatch.h129 glMaterialxv_t glMaterialxv; member