Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 14 of 14) 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/opt/gamesdk/third_party/protobuf-3.0.0/examples/
DREADME.txt6 address book. The examples use the exact same format in all three languages,
/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/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBCodedInputStreamTests.m330 // cases, so don't actually check the string for exact equality.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBMessage.m1136 // Real type is GPB*ObjectDictionary, exact type doesn't matter.
2303 // GPB*Dictionary or NSDictionary, exact type doesn't matter at this
2490 // The exact type doesn't matter, just need to know it is a
2496 // The exact type doesn't matter, they all implement
2952 // Type will be GPB*GroupDictionary, exact type doesn't matter.
/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.proto828 // exact kind of permission grant to perform is specified in the flags
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt343 We will publish a more detailed spec to define the exact behavior of
/frameworks/native/vulkan/api/
Dvulkan.api2841 …_BIT = 0x00000002, /// Image requires mip levels to be an exact multiple of the sp…