Searched refs:exact (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | Loader.cpp | 434 static void* load_system_driver(const char* kind, const char* suffix, const bool exact) { in load_system_driver() argument 438 static std::string find(const char* libraryName, const bool exact) { in load_system_driver() argument 451 if (find(absolutePath, libraryName, dir, exact)) { in load_system_driver() 461 const std::string& pattern, const char* const search, bool exact) { in load_system_driver() argument 462 if (exact) { in load_system_driver() 499 } else if (!exact) { in load_system_driver() 505 std::string absolutePath = MatchFile::find(libraryName.c_str(), exact); in load_system_driver() 698 const bool exact) { in attempt_to_load_system_driver() argument 702 void* dso = load_system_driver("GLES", suffix, exact); in attempt_to_load_system_driver() 708 dso = load_system_driver("EGL", suffix, exact); in attempt_to_load_system_driver() [all …]
|
D | Loader.h | 60 …iver_t* attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, const bool exact);
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 829 static bool exact(GLint reqValue, GLint confValue) { in exact() function 1085 { EGL_CONFIG_CAVEAT, config_management_t::exact }, 1086 { EGL_CONFIG_ID, config_management_t::exact }, 1087 { EGL_LEVEL, config_management_t::exact }, 1091 { EGL_NATIVE_RENDERABLE, config_management_t::exact }, 1093 { EGL_NATIVE_VISUAL_TYPE, config_management_t::exact }, 1094 { EGL_SAMPLES, config_management_t::exact }, 1095 { EGL_SAMPLE_BUFFERS, config_management_t::exact }, 1097 { EGL_TRANSPARENT_TYPE, config_management_t::exact }, 1098 { EGL_TRANSPARENT_BLUE_VALUE, config_management_t::exact }, [all …]
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 78 nanoseconds, but the exact meaning of the time depends on the native
|
/frameworks/base/core/proto/android/net/ |
D | networkcapabilities.proto | 130 // exact units are bearer-dependent. For example, Wi-Fi uses RSSI.
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 326 public void computeBounds(@NonNull RectF bounds, boolean exact) { in computeBounds() argument
|
/frameworks/compile/slang/ |
D | README.rst | 282 the same exact dimensionality (i.e. matching X and Y values for dimension).
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 495 // exact wakeup rates.
|
/frameworks/base/core/proto/android/server/ |
D | jobscheduler.proto | 830 // exact kind of permission grant to perform is specified in the flags
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 2841 …_BIT = 0x00000002, /// Image requires mip levels to be an exact multiple of the sp…
|