Home
last modified time | relevance | path

Searched defs:numPixels (Results 1 – 19 of 19) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.cpp305 deInt64 numPixels = (deInt64)m_viewportWidth * (deInt64)m_viewportHeight * numQuadGrids; in iterate() local
325 deInt64 numPixels = (deInt64)m_viewportWidth * (deInt64)m_viewportHeight * numQuadGrids; in logMeasurementInfo() local
/external/skia/src/codec/
DSkBmpRLECodec.cpp408 uint8_t numPixels = task; in decodeRLE() local
481 const uint8_t numPixels = flag; in decodeRLE() local
/external/skqp/src/codec/
DSkBmpRLECodec.cpp408 uint8_t numPixels = task; in decodeRLE() local
481 const uint8_t numPixels = flag; in decodeRLE() local
/external/mesa3d/src/mesa/swrast/
Ds_linetemp.h76 GLint numPixels; in NAME() local
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1194 const int numPixels = s_formatData[format.type].inputSize / inputPixelSize; in getInputAccess() local
1226 const int numPixels = getInputAccess(storageFormat).getWidth(); in getReferenceValues() local
1384 const int numPixels = src.getWidth(); in verifyRead() local
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp81 int64_t numPixels = sk_64_mul(clippedIBounds.height(), clippedIBounds.width()); in onCanDrawPath() local
DGrCCPathCache.h313 void addPathPixels(int numPixels) { fNumPathPixels += numPixels; } in addPathPixels()
DGrCCPathCache.cpp411 GrCCPathCache* pathCache, int numPixels) { in invalidatePathPixels()
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp81 int64_t numPixels = sk_64_mul(clippedIBounds.height(), clippedIBounds.width()); in onCanDrawPath() local
DGrCCPathCache.h313 void addPathPixels(int numPixels) { fNumPathPixels += numPixels; } in addPathPixels()
DGrCCPathCache.cpp411 GrCCPathCache* pathCache, int numPixels) { in invalidatePathPixels()
/external/deqp/modules/gles3/functional/
Des3fColorClearTest.cpp108 const int numPixels = targetWidth * targetHeight; in iterate() local
Des3fMultisampleTests.cpp1292 deInt32 numPixels = (deInt32)renderedImg.getWidth()*(deInt32)renderedImg.getHeight(); in iterate() local
/external/deqp/modules/gles2/functional/
Des2fColorClearTest.cpp108 const int numPixels = targetWidth * targetHeight; in iterate() local
Des2fMultisampleTests.cpp1136 deInt32 numPixels = (deInt32)renderedImg.getWidth()*(deInt32)renderedImg.getHeight(); in iterate() local
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp270 deInt64 numPixels = (deInt64)m_texSize * (deInt64)m_texSize * numTexturesDrawn; in logResults() local
/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp253 int numPixels = 0; in countPixels() local
600 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClamp() local
/external/deqp/modules/gles31/functional/
Des31fMultisampleTests.cpp587 deInt32 numPixels = (deInt32)renderedImg.getWidth()*(deInt32)renderedImg.getHeight(); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp178 size_t numPixels = (size_t)(sizeInBytes / 4) /* bytes */; in BinaryCompare() local