Searched refs:basicStruct (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fProgramUniformTests.cpp | 397 static UniformCollection *basicStruct(const glu::DataType type0, const glu::DataType type1, in basicStruct() function in deqp::gles31::Functional::__anoneda19b060211::UniformCollection 422 UniformCollection *const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray() 2143 …UniformCollectionCase(name.c_str(), UniformCollection::basicStruct(dataType, secondDataType, false… in init() 2145 …UniformCollectionCase(name.c_str(), UniformCollection::basicStruct(dataType, secondDataType, true)… in init()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fUniformApiTests.cpp | 362 static UniformCollection *basicStruct(const glu::DataType type0, const glu::DataType type1, in basicStruct() function in deqp::gles2::Functional::__anon88939a840111::UniformCollection 387 UniformCollection *const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray() 2349 …UniformCollectionCase(name.c_str(), UniformCollection::basicStruct(dataType, secondDataType, false… in init() 2351 …UniformCollectionCase(name.c_str(), UniformCollection::basicStruct(dataType, secondDataType, true)… in init()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fUniformApiTests.cpp | 422 static UniformCollection *basicStruct(const glu::DataType type0, const glu::DataType type1, in basicStruct() function in deqp::gles3::Functional::__anondef265660111::UniformCollection 447 UniformCollection *const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray() 2964 …UniformCollectionCase(name.c_str(), UniformCollection::basicStruct(dataType, secondDataType, false… in init() 2966 …UniformCollectionCase(name.c_str(), UniformCollection::basicStruct(dataType, secondDataType, true)… in init()
|
/aosp_15_r20/external/bazelbuild-rules_go/third_party/ |
H A D | org_golang_x_tools-deletegopls.patch | 7724 -type basicStruct struct { 7728 -var _ = basicStruct{} // want `Fill basicStruct` 7743 - basic basicStruct 7844 -type basicStruct[T any] struct { 7848 -var _ = basicStruct[int]{} // want `Fill basicStruct\[int\]` 7863 - basic basicStruct[int] 94365 -type basicStruct struct { 94369 -var _ = basicStruct{} //@suggestedfix("}", "refactor.rewrite", "Fill") 94380 - basic basicStruct 94397 -type basicStruct struct { [all …]
|