HomeSort by relevance Sort by last modified time
    Searched defs:sampleCnt (Results 1 - 9 of 9) sorted by null

  /external/skia/include/gpu/
GrBackendSurface.h 267 int sampleCnt,
274 int sampleCnt,
277 GrBackendRenderTarget(int width, int height, int sampleCnt, const GrVkImageInfo& vkInfo);
282 int sampleCnt,
288 int sampleCnt,
299 int sampleCnt() const { return fSampleCnt; }
356 GrBackendRenderTarget(int width, int height, int sampleCnt, const GrVkImageInfo& vkInfo,
  /external/skqp/include/gpu/
GrBackendSurface.h 265 int sampleCnt,
272 int sampleCnt,
275 GrBackendRenderTarget(int width, int height, int sampleCnt, const GrVkImageInfo& vkInfo);
280 int sampleCnt,
286 int sampleCnt,
297 int sampleCnt() const { return fSampleCnt; }
354 GrBackendRenderTarget(int width, int height, int sampleCnt, const GrVkImageInfo& vkInfo,
  /external/skia/tests/
BlendTest.cpp 90 GrContext* context, int sampleCnt, int width, int height, SkColorType colorType,
98 backingDesc.fSampleCnt = sampleCnt;
111 sampleCnt, colorType, nullptr, nullptr);
145 for (int sampleCnt : {1, 4}) {
148 testCases.push_back({rectAndPoints, clip, sampleCnt, origin});
156 int sampleCnt = testCase.fSampleCnt;
165 context, sampleCnt, kWidth, kHeight, kColorType, kConfig, origin, &backingSurface);
167 if (!surface && sampleCnt > 1) {
GLProgramsTest.cpp 152 int sampleCnt =
155 sampleCnt = SkTMax(1, sampleCnt);
166 sampleCnt,
SurfaceTest.cpp 213 int sampleCnt = ((SkSurface_Gpu*)(surf.get()))
217 REPORTER_ASSERT(reporter, sampleCnt == max, "Exected: %d, actual: %d", max, sampleCnt);
657 GrContext* context, int sampleCnt, uint32_t color, GrBackendTexture* outTexture) {
694 kTopLeft_GrSurfaceOrigin, sampleCnt,
705 GrContext* context, int sampleCnt, uint32_t color, GrBackendTexture* outTexture) {
    [all...]
  /external/skqp/tests/
BlendTest.cpp 90 GrContext* context, int sampleCnt, int width, int height, SkColorType colorType,
98 backingDesc.fSampleCnt = sampleCnt;
111 sampleCnt, colorType, nullptr, nullptr);
145 for (int sampleCnt : {1, 4}) {
148 testCases.push_back({rectAndPoints, clip, sampleCnt, origin});
156 int sampleCnt = testCase.fSampleCnt;
165 context, sampleCnt, kWidth, kHeight, kColorType, kConfig, origin, &backingSurface);
167 if (!surface && sampleCnt > 1) {
GLProgramsTest.cpp 152 int sampleCnt =
155 sampleCnt = SkTMax(1, sampleCnt);
166 sampleCnt,
SurfaceTest.cpp 213 int sampleCnt = ((SkSurface_Gpu*)(surf.get()))
217 REPORTER_ASSERT(reporter, sampleCnt == max, "Exected: %d, actual: %d", max, sampleCnt);
657 GrContext* context, int sampleCnt, uint32_t color, GrBackendTexture* outTexture) {
694 kTopLeft_GrSurfaceOrigin, sampleCnt,
705 GrContext* context, int sampleCnt, uint32_t color, GrBackendTexture* outTexture) {
    [all...]
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 396 size_t sampleCnt = ev->samples[0].firstSample.numSamples;
403 for (i = 0; i < sampleCnt; i++) {

Completed in 770 milliseconds