HomeSort by relevance Sort by last modified time
    Searched refs:apiName (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
parameter_validation_utils.h 119 * @param apiName Name of API call being validated.
124 static bool validate_required_pointer(debug_report_data *report_data, const char *apiName, const char *parameterName,
130 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName, parameterName);
144 * @param apiName Name of API call being validated.
154 bool validate_array(debug_report_data *report_data, const char *apiName, const char *countName, const char *arrayName, T count,
161 REQUIRED_PARAMETER, LayerName, "%s: parameter %s must be greater than 0", apiName, countName);
167 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName, arrayName);
183 * @param apiName Name of API call being validated.
194 bool validate_array(debug_report_data *report_data, const char *apiName, const char *countName, const char *arrayName,
201 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName, countName)
    [all...]
parameter_validation.cpp     [all...]
core_validation.cpp 404 const char *apiName) {
577 VkDebugReportObjectTypeEXT type, const char *apiName) {
583 "MEM", "In %s, attempting to Bind Obj(0x%" PRIxLEAST64 ") to NULL", apiName, handle);
595 apiName, (uint64_t)mem, handle, (uint64_t)pPrevBinding->mem);
623 VkDebugReportObjectTypeEXT type, const char *apiName) {
    [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation_utils.h 138 * @param apiName Name of API call being validated.
143 static bool validate_required_pointer(debug_report_data *report_data, const char *apiName, const ParameterName &parameterName,
150 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName,
165 * @param apiName Name of API call being validated.
175 bool validate_array(debug_report_data *report_data, const char *apiName, const ParameterName &countName,
182 REQUIRED_PARAMETER, LayerName, "%s: parameter %s must be greater than 0", apiName,
189 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName,
206 * @param apiName Name of API call being validated.
217 bool validate_array(debug_report_data *report_data, const char *apiName, const ParameterName &countName,
225 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName,
    [all...]
core_validation.cpp 575 const char *apiName) {
    [all...]
parameter_validation.cpp     [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLX509CertPath.java 57 private final String apiName;
59 Encoding(String apiName) {
60 this.apiName = apiName;
63 static Encoding findByApiName(String apiName) throws CertificateEncodingException {
65 if (element.apiName.equals(apiName)) {
77 Encoding.PKI_PATH.apiName,
78 Encoding.PKCS7.apiName,
  /external/deqp/modules/egl/
teglRenderCase.cpp 236 const char* apiName = DE_NULL;
244 apiName = "OpenGL ES 2.x";
251 apiName = "OpenGL ES 3.x";
258 apiName = "OpenGL ES 1.x";
265 apiName = "OpenVG";
274 log << TestLog::Message << apiName << TestLog::EndMessage;
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DeprecatedAPIChecker.java 235 String apiName = cls;
237 apiName += "." + name;
240 pw.println("No @Deprecated annotation: [" + type + "] " + apiName);
242 pw.println("No @deprecated JavaDoc tag: [" + type + "] " + apiName);
  /external/jdiff/src/jdiff/
APIHandler.java 78 String apiName = attributes.getValue("name");
80 XMLToAPI.nameAPI(apiName);
XMLToAPI.java 38 * @param apiName The simple name of the API file. If -oldapidir and
43 String apiName) {
46 api_.name_ = apiName; // Checked later
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp     [all...]
  /external/vulkan-validation-layers/
generator.py 42 # apiName - returns True if name is a Vulkan name (vk/Vk/VK prefix, or a
44 def apiName(str):
94 # apiname - string matching <api> 'apiname' attribute, e.g. 'gl'.
104 # the <extension>. Defaults to None. Usually the same as apiname.
121 apiname = None,
131 self.apiname = apiname
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
es31fGeometryShaderTests.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.5.0-alpha-preview-01/
gradle-2.5.0-alpha-preview-01.jar 
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 1000 void generateCompareSrc (std::ostringstream& src, const char* resultVar, const VarType& type, const char* srcName, const char* apiName, const UniformLayout& layout, const void* basePtr, deUint32 unusedMask)
1008 std::string fullApiName = string(apiName) + (isArray ? "[0]" : ""); // Arrays are always postfixed with [0]
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
parameter_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 404 const char *apiName) {
577 VkDebugReportObjectTypeEXT type, const char *apiName) {
583 "MEM", "In %s, attempting to Bind Obj(0x%" PRIxLEAST64 ") to NULL", apiName, handle);
595 apiName, (uint64_t)mem, handle, (uint64_t)pPrevBinding->mem);
623 VkDebugReportObjectTypeEXT type, const char *apiName) {
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 

Completed in 903 milliseconds

1 2 3 4