Home
last modified time | relevance | path

Searched refs:glPrimitiveBoundingBox (Results 1 – 17 of 17) 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/native/opengl/libs/
DlibGLESv3.map.txt269 glPrimitiveBoundingBox; # introduced=24
Dentries.in672 GL_ENTRY(void, glPrimitiveBoundingBox, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfl…
/frameworks/base/opengl/java/android/opengl/
DGLES32.java520 public static native void glPrimitiveBoundingBox( in glPrimitiveBoundingBox() method in GLES32
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc553 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPrimitiveBoundingBox);
1401 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPrimitiveBoundingBox); in init_stub_library()
Dstubs_arm64.cc553 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPrimitiveBoundingBox);
1401 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glPrimitiveBoundingBox); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc553 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPrimitiveBoundingBox);
1401 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPrimitiveBoundingBox); in init_stub_library()
Dstubs_arm.cc553 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPrimitiveBoundingBox);
1401 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glPrimitiveBoundingBox); in init_stub_library()
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h626 #define glPrimitiveBoundingBox wrap_glPrimitiveBoundingBox macro
Dgles_undefine.h625 #undef glPrimitiveBoundingBox
Dgles_stubs.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);
Dgles_decls.in340 GL_ENTRY(void, glPrimitiveBoundingBox, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfl…
/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.cpp988 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/base/non-updatable-api/
Dcurrent.txt33899 …method public static void glPrimitiveBoundingBox(float, float, float, float, float, float, float, …
/frameworks/base/api/
Dcurrent.txt34043 …method public static void glPrimitiveBoundingBox(float, float, float, float, float, float, float, …