Home
last modified time | relevance | path

Searched refs:glPrimitiveBoundingBox (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES32.spec26 void glPrimitiveBoundingBox ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX,…
/frameworks/base/opengl/java/android/opengl/
DGLES32.java520 public static native void glPrimitiveBoundingBox( in glPrimitiveBoundingBox() method in GLES32
/frameworks/base/libs/hwui/debug/
Dwrap_gles.h628 #define glPrimitiveBoundingBox wrap_glPrimitiveBoundingBox macro
Dunwrap_gles.h628 #undef glPrimitiveBoundingBox
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in1018 void API_ENTRY(glPrimitiveBoundingBox)(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfl…
1019 CALL_GL_API(glPrimitiveBoundingBox, minX, minY, minZ, minW, maxX, maxY, maxZ, maxW);
/frameworks/base/core/jni/
Dandroid_opengl_GLES32.cpp992 glPrimitiveBoundingBox( in android_glPrimitiveBoundingBox__FFFFFFFF()
/frameworks/native/opengl/include/GLES3/
Dgl32.h1803 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBox (GLfloat minX, GLfloat minY, GLfloat minZ, GLflo…
/frameworks/native/opengl/libs/
Dentries.in609 GL_ENTRY(void, glPrimitiveBoundingBox, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfl…
/frameworks/base/api/
Dcurrent.txt27732 …method public static void glPrimitiveBoundingBox(float, float, float, float, float, float, float, …
Dsystem-current.txt30172 …method public static void glPrimitiveBoundingBox(float, float, float, float, float, float, float, …
Dtest-current.txt27801 …method public static void glPrimitiveBoundingBox(float, float, float, float, float, float, float, …