Searched refs:glPrimitiveBoundingBox (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES32.spec26 void glPrimitiveBoundingBox ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW )
/frameworks/base/opengl/java/android/opengl/
H A DGLES32.java518 // C function void glPrimitiveBoundingBox ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW )
520 public static native void glPrimitiveBoundingBox( method in class:GLES32
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h625 #define glPrimitiveBoundingBox wrap_glPrimitiveBoundingBox macro
H A Dgles_undefine.h625 #undef glPrimitiveBoundingBox macro
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp1019 /* void glPrimitiveBoundingBox ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW ) */
1023 glPrimitiveBoundingBox(
2129 {"glPrimitiveBoundingBox", "(FFFFFFFF)V", (void *) android_glPrimitiveBoundingBox__FFFFFFFF },
/frameworks/native/opengl/include/GLES3/
H A Dgl32.h1803 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBox (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW);

Completed in 3413 milliseconds