Searched refs:glPrimitiveBoundingBox (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES32.spec | 26 void glPrimitiveBoundingBox ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX,…
|
/frameworks/native/opengl/libs/ |
D | libGLESv3.map.txt | 269 glPrimitiveBoundingBox; # introduced=24
|
D | entries.in | 672 GL_ENTRY(void, glPrimitiveBoundingBox, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfl…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES32.java | 520 public static native void glPrimitiveBoundingBox( in glPrimitiveBoundingBox() method in GLES32
|
/frameworks/libs/native_bridge_support/libGLESv3/ |
D | stubs_arm.cc | 553 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPrimitiveBoundingBox); 1401 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPrimitiveBoundingBox); in init_stub_library()
|
D | stubs_arm64.cc | 553 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPrimitiveBoundingBox); 1401 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPrimitiveBoundingBox); in init_stub_library()
|
/frameworks/libs/native_bridge_support/libGLESv2/ |
D | stubs_arm64.cc | 553 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPrimitiveBoundingBox); 1401 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPrimitiveBoundingBox); in init_stub_library()
|
D | stubs_arm.cc | 553 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPrimitiveBoundingBox); 1401 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPrimitiveBoundingBox); in init_stub_library()
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 626 #define glPrimitiveBoundingBox wrap_glPrimitiveBoundingBox macro
|
D | gles_undefine.h | 625 #undef glPrimitiveBoundingBox
|
D | gles_stubs.in | 1018 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);
|
D | gles_decls.in | 340 GL_ENTRY(void, glPrimitiveBoundingBox, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfl…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 1018 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/ |
D | android_opengl_GLES32.cpp | 988 glPrimitiveBoundingBox( in android_glPrimitiveBoundingBox__FFFFFFFF()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl32.h | 1803 GL_APICALL void GL_APIENTRY glPrimitiveBoundingBox (GLfloat minX, GLfloat minY, GLfloat minZ, GLflo…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 33899 …method public static void glPrimitiveBoundingBox(float, float, float, float, float, float, float, …
|
/frameworks/base/api/ |
D | current.txt | 34043 …method public static void glPrimitiveBoundingBox(float, float, float, float, float, float, float, …
|