Searched refs:glPrimitiveBoundingBoxEXT (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES31Ext.spec | 25 void glPrimitiveBoundingBoxEXT ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat ma…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES31Ext.java | 506 public static native void glPrimitiveBoundingBoxEXT( in glPrimitiveBoundingBoxEXT() method in GLES31Ext
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 629 #define glPrimitiveBoundingBoxEXT wrap_glPrimitiveBoundingBoxEXT macro
|
D | unwrap_gles.h | 629 #undef glPrimitiveBoundingBoxEXT
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31Ext.cpp | 848 glPrimitiveBoundingBoxEXT( in android_glPrimitiveBoundingBoxEXT__FFFFFFFF()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 433 void API_ENTRY(glPrimitiveBoundingBoxEXT)(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, G… 434 CALL_GL_API(glPrimitiveBoundingBoxEXT, minX, minY, minZ, minW, maxX, maxY, maxZ, maxW);
|
/frameworks/native/opengl/libs/ |
D | entries.in | 610 GL_ENTRY(void, glPrimitiveBoundingBoxEXT, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, G…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 1424 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBoxEXT (GLfloat minX, GLfloat minY, GLfloat minZ, GL…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 20950 …method public static void glPrimitiveBoundingBoxEXT(float, float, float, float, float, float, floa…
|
/frameworks/base/api/ |
D | current.txt | 27466 …method public static void glPrimitiveBoundingBoxEXT(float, float, float, float, float, float, floa…
|
D | system-current.txt | 29906 …method public static void glPrimitiveBoundingBoxEXT(float, float, float, float, float, float, floa…
|
D | test-current.txt | 27535 …method public static void glPrimitiveBoundingBoxEXT(float, float, float, float, float, float, floa…
|