Searched refs:requires (Results 1 – 19 of 19) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-checks | 32 glBindFramebufferOES requires OES_framebuffer_object 33 glBindRenderbufferOES requires OES_framebuffer_object 34 glBlendEquation requires OES_blend_subtract 35 glBlendEquationSeparate requires OES_blend_equation_separate 36 glBlendFuncSeparate requires OES_blend_equation_separate 37 glCheckFramebufferStatusOES requires OES_framebuffer_object return 0 38 glDeleteFramebuffersOES requires OES_framebuffer_object check framebuffers n 39 glDeleteRenderbuffersOES requires OES_framebuffer_object check renderbuffers n 40 glFramebufferRenderbufferOES requires OES_framebuffer_object 41 glFramebufferStorageOES requires OES_framebuffer_object [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/ |
D | VersionInfo.java | 53 Requires requires = cls.getDeclaredAnnotation(Requires.class); in addClass() local 54 if (requires != null) { in addClass() 55 mVersions.put(requires.target(), new Version(requires.version(), required)); in addClass()
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 145 # This tag requires that the tag FULL_PATH_NAMES is set to YES. 668 # extension is automatically appended if omitted. This requires the bibtex tool 873 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES. 936 # This tag requires that the tag SOURCE_BROWSER is set to YES. 958 # This tag requires that the tag SOURCE_BROWSER is set to YES. 984 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. 992 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. 1009 # This tag requires that the tag GENERATE_HTML is set to YES. 1016 # This tag requires that the tag GENERATE_HTML is set to YES. 1036 # This tag requires that the tag GENERATE_HTML is set to YES. [all …]
|
D | Doxyfile | 145 # This tag requires that the tag FULL_PATH_NAMES is set to YES. 668 # extension is automatically appended if omitted. This requires the bibtex tool 882 # This tag requires that the tag FILTER_SOURCE_FILES is set to YES. 945 # This tag requires that the tag SOURCE_BROWSER is set to YES. 967 # This tag requires that the tag SOURCE_BROWSER is set to YES. 993 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. 1001 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. 1018 # This tag requires that the tag GENERATE_HTML is set to YES. 1025 # This tag requires that the tag GENERATE_HTML is set to YES. 1045 # This tag requires that the tag GENERATE_HTML is set to YES. [all …]
|
/frameworks/native/vulkan/api/templates/ |
D | vk_xml.tmpl | 103 <type requires="vk_platform" name="VkDeviceSize"/> 104 <type requires="vk_platform" name="VkSampleMask"/> 105 <type requires="vk_platform" name="VkFlags"/> 107 <type requires="vk_platform" name="char"/> 108 <type requires="vk_platform" name="float"/> 109 <type requires="vk_platform" name="VkBool32"/> 110 <type requires="vk_platform" name="uint8_t"/> 111 <type requires="vk_platform" name="uint32_t"/> 112 <type requires="vk_platform" name="uint64_t"/> 113 <type requires="vk_platform" name="int32_t"/> [all …]
|
/frameworks/base/libs/hwui/utils/ |
D | GLUtils.cpp | 25 #error Setting DEBUG_OPENGL to HIGH requires setting HWUI_ENABLE_OPENGL_VALIDATION to true in the A…
|
/frameworks/data-binding/extensions/ |
D | settings.gradle | 18 * These are projects that requires a compiled version of data binding.
|
/frameworks/opt/net/ims/ |
D | README.txt | 21 ImsManager#makeCall() requires an ImsCallProfile objects, representing the call properties
|
/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/ |
D | CheckApiTask.groovy | 79 // Gradle requires non-null InputFiles to exist -- even with Optional -- so work around that
|
/frameworks/opt/telephony/proto/ |
D | telephony.proto | 399 // Operation requires SIM PIN2 to be entered 402 // Operation requires SIM PIN2 to be entered
|
/frameworks/compile/mclinker/lib/Script/ |
D | ScriptParser.yy | 28 %code requires {
|
/frameworks/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 72 …sumerUsage+ and +*grallocProducerUsage+ with the gralloc usage flags it requires for that format a…
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.cmake | 554 /* Define if dlsym() requires a leading underscore in symbol names. */
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 37 rounding may be done towards zero. In comparison, rs_fp_full requires correct handling of 38 subnormal values, i.e. smaller than 1.17549435e-38f. rs_fp_rull also requires round to nearest
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 185 application. Therefore, Subsection 2d requires that any
|
/frameworks/support/development/checkstyle/ |
D | LICENSE | 185 application. Therefore, Subsection 2d requires that any
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 1602 …VK_SPARSE_IMAGE_FORMAT_ALIGNED_MIP_SIZE_BIT = 0x00000002, /// Image requires mip l… 2976 … can use texture operations that return resource residency information (requires sparseNonResident… 4640 // "vkQueueSubmit: enqueued commandBuffer requires missing queue capabilities.")
|
/frameworks/native/docs/ |
D | Doxyfile | 612 # requires the bibtex tool to be installed. See also 1833 # Note that this requires a modern browser other than Internet Explorer.
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 39 * rounding may be done towards zero. In comparison, rs_fp_full requires correct handling of 40 * subnormal values, i.e. smaller than 1.17549435e-38f. rs_fp_rull also requires round to nearest
|