Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DLoader.cpp434 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 …]
DLoader.h60 …iver_t* attempt_to_load_system_driver(egl_connection_t* cnx, const char* suffix, const bool exact);
/frameworks/native/opengl/libagl/
Degl.cpp829 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/
DEGL_ANDROID_presentation_time.txt78 nanoseconds, but the exact meaning of the time depends on the native
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto130 // exact units are bearer-dependent. For example, Wi-Fi uses RSSI.
/frameworks/base/graphics/java/android/graphics/
DPath.java326 public void computeBounds(@NonNull RectF bounds, boolean exact) { in computeBounds() argument
/frameworks/compile/slang/
DREADME.rst282 the same exact dimensionality (i.e. matching X and Y values for dimension).
/frameworks/base/proto/src/
Dipconnectivity.proto495 // exact wakeup rates.
/frameworks/base/core/proto/android/server/
Djobscheduler.proto830 // exact kind of permission grant to perform is specified in the flags
/frameworks/native/vulkan/api/
Dvulkan.api2841 …_BIT = 0x00000002, /// Image requires mip levels to be an exact multiple of the sp…