Searched defs:numPatches (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/tessellate/ |
H A D | PatchWriter.h | 404 if (int numPatches = this->accountForCurve(n4)) { in writeCubic() local 427 if (int numPatches = this->accountForCurve(n2 * n2)) { in writeConic() local 451 if (int numPatches = this->accountForCurve(n4)) { in writeQuadratic() local 599 void chopAndWriteQuads(float2 p0, float2 p1, float2 p2, int numPatches) { in chopAndWriteQuads() 641 void chopAndWriteConics(float2 p0, float2 p1, float2 p2, float w, int numPatches) { in chopAndWriteConics() 677 void chopAndWriteCubics(float2 p0, float2 p1, float2 p2, float2 p3, int numPatches) { in chopAndWriteCubics()
|
/aosp_15_r20/external/aac/libSBRdec/src/ |
H A D | sbr_dec.cpp | 137 int numPatches = 0; in copyHarmonicSpectrum() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationInvarianceTests.cpp | 510 std::vector<float> generateRandomPatchTessLevels(const int numPatches, const int constantOuterLevel… in generateRandomPatchTessLevels() 529 std::vector<float> generatePatchTessLevels(const int numPatches, const int constantOuterLevelIndex, in generatePatchTessLevels() 537 … const bool usePointMode, const float *levels, int numPatches) in multiplePatchReferencePrimitiveCount()
|
/aosp_15_r20/frameworks/av/media/libaudioclient/tests/ |
H A D | audio_test_utils.cpp | 710 unsigned int numPatches; in listAudioPatches() local
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 1108 bool usePointMode, const float *levels, int numPatches) in multiplePatchReferenceVertexCount() 1117 vector<float> generateRandomPatchTessLevels(int numPatches, int constantOuterLevelIndex, float cons… in generateRandomPatchTessLevels() 4350 vector<float> InvariantOuterEdgeCase::generatePatchTessLevels(int numPatches, int constantOuterLeve… in generatePatchTessLevels() 4687 vector<float> SymmetricOuterEdgeCase::generatePatchTessLevels(int numPatches, int constantOuterLeve… in generatePatchTessLevels() 5020 vector<float> OuterEdgeVertexSetIndexIndependenceCase::generatePatchTessLevels(int numPatches, in generatePatchTessLevels()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_media_AudioSystem.cpp | 1836 unsigned int numPatches; in android_media_AudioSystem_listAudioPatches() local
|