Home
last modified time | relevance | path

Searched refs:apiName (Results 1 – 14 of 14) sorted by relevance

/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.h143 static bool validate_required_pointer(debug_report_data *report_data, const char *apiName, const Pa… in validate_required_pointer() argument
150 … REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName, in validate_required_pointer()
175 bool validate_array(debug_report_data *report_data, const char *apiName, const ParameterName &count… in validate_array() argument
182 … REQUIRED_PARAMETER, LayerName, "%s: parameter %s must be greater than 0", apiName, in validate_array()
189 … REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName, in validate_array()
217 bool validate_array(debug_report_data *report_data, const char *apiName, const ParameterName &count… in validate_array() argument
225 … REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName, in validate_array()
230 …skip_call |= validate_array(report_data, apiName, countName, arrayName, (*count), array, countValu… in validate_array()
253 bool validate_struct_type(debug_report_data *report_data, const char *apiName, const ParameterName … in validate_struct_type() argument
260 … REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName, in validate_struct_type()
[all …]
Dcore_validation.cpp575 const char *apiName) { in update_cmd_buf_and_mem_references() argument
758 const char *apiName) { in SetMemBinding() argument
763 … "MEM", "In %s, attempting to Bind Obj(0x%" PRIxLEAST64 ") to NULL", apiName, handle); in SetMemBinding()
780apiName, reinterpret_cast<uint64_t &>(mem), handle, reinterpret_cast<uint64_t &>(prev_binding->mem… in SetMemBinding()
788 apiName, reinterpret_cast<uint64_t &>(mem), handle); in SetMemBinding()
816 const char *apiName) { in SetSparseMemBinding() argument
4201 static bool insideRenderPass(const layer_data *my_data, GLOBAL_CB_NODE *pCB, const char *apiName) { in insideRenderPass() argument
4206 … "%s: It is invalid to issue this call inside an active render pass (0x%" PRIxLEAST64 ")", apiName, in insideRenderPass()
4214 static bool outsideRenderPass(const layer_data *my_data, GLOBAL_CB_NODE *pCB, const char *apiName) { in outsideRenderPass() argument
4221 "%s: This call must be issued inside an active render pass.", apiName); in outsideRenderPass()
Dparameter_validation.cpp1229 static bool validate_string(debug_report_data *report_data, const char *apiName, const ParameterNam… in validate_string() argument
1231 assert(apiName != nullptr); in validate_string()
1243 …INVALID_USAGE, LayerName, "%s: string %s exceeds max length %d", apiName, stringName.get_name().c_… in validate_string()
1247 … INVALID_USAGE, LayerName, "%s: string %s contains invalid characters or is badly formed", apiName, in validate_string()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLX509CertPath.java54 private final String apiName; field in OpenSSLX509CertPath.Encoding
56 Encoding(String apiName) { in Encoding() argument
57 this.apiName = apiName; in Encoding()
60 static Encoding findByApiName(String apiName) throws CertificateEncodingException { in findByApiName() argument
62 if (element.apiName.equals(apiName)) { in findByApiName()
74 Encoding.PKI_PATH.apiName,
75 Encoding.PKCS7.apiName,
/external/deqp/modules/egl/
DteglRenderCase.cpp236 const char* apiName = DE_NULL; in executeForSurface() local
244 apiName = "OpenGL ES 2.x"; in executeForSurface()
251 apiName = "OpenGL ES 3.x"; in executeForSurface()
258 apiName = "OpenGL ES 1.x"; in executeForSurface()
265 apiName = "OpenVG"; in executeForSurface()
274 log << TestLog::Message << apiName << TestLog::EndMessage; in executeForSurface()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DDeprecatedAPIChecker.java235 String apiName = cls; in compareDeprecated() local
237 apiName += "." + name; in compareDeprecated()
240 pw.println("No @Deprecated annotation: [" + type + "] " + apiName); in compareDeprecated()
242 pw.println("No @deprecated JavaDoc tag: [" + type + "] " + apiName); in compareDeprecated()
/external/jdiff/src/jdiff/
DAPIHandler.java78 String apiName = attributes.getValue("name"); in startElement() local
80 XMLToAPI.nameAPI(apiName); in startElement()
DXMLToAPI.java43 String apiName) { in readFile() argument
46 api_.name_ = apiName; // Checked later in readFile()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1177 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateCompareSrc() local
1178 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateCompareSrc()
1271 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateWriteSrc() local
1272 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateWriteSrc()
1497 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in copyNonWrittenData() local
1498 const int varNdx = layout.getVariableIndex(apiName); in copyNonWrittenData()
1770 const string apiName = getBlockAPIName(block, instanceNdx); in computeBufferSizes() local
1771 const int blockNdx = layout.getBlockIndex(apiName); in computeBufferSizes()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1149 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateCompareSrc() local
1150 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateCompareSrc()
1233 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in generateWriteSrc() local
1234 const int varNdx = bufferLayout.getVariableIndex(apiName); in generateWriteSrc()
1592 const string apiName = getAPIName(block, bufVar, accessPath.getPath()); in copyNonWrittenData() local
1593 const int varNdx = layout.getVariableIndex(apiName); in copyNonWrittenData()
1865 const string apiName = getBlockAPIName(block, instanceNdx); in computeBufferSizes() local
1866 const int blockNdx = layout.getBlockIndex(apiName); in computeBufferSizes()
Des31fGeometryShaderTests.cpp4504 …Context& context, const char* name, const char* description, glw::GLenum apiName, const std::strin…
4515 …Context& context, const char* name, const char* description, glw::GLenum apiName, const std::strin… in GeometryProgramLimitCase() argument
4517 , m_apiName (apiName) in GeometryProgramLimitCase()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp1221 const std::string& apiName, in generateCompareSrc() argument
1234 …std::string fullApiName = std::string(apiName) + (isArray ? "[0]" : ""); // Arrays are always… in generateCompareSrc()
1260 std::string elementApiName = std::string(apiName) + op; in generateCompareSrc()
1275 std::string memberApiName = std::string(apiName) + op; in generateCompareSrc()
1322 std::string apiName = apiPrefix + uniform.getName(); in generateCompareSrc() local
1323 …generateCompareSrc(src, resultVar, uniform.getType(), srcName, apiName, layout, blockNdx, basePtr,… in generateCompareSrc()
/external/vulkan-validation-layers/
Dgenerator.py44 def apiName(str): function
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp1000 …t char* resultVar, const VarType& type, const char* srcName, const char* apiName, const UniformLay… in generateCompareSrc() argument
1008 …std::string fullApiName = string(apiName) + (isArray ? "[0]" : ""); // Arrays are always post… in generateCompareSrc()
1035 …generateCompareSrc(src, resultVar, elementType, (string(srcName) + op).c_str(), (string(apiName) +… in generateCompareSrc()
1048 …esultVar, memberIter->getType(), (string(srcName) + op).c_str(), (string(apiName) + op).c_str(), l… in generateCompareSrc()