Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
DQuery11.cpp18 static bool checkOcclusionQuery(ID3D11DeviceContext *context, ID3D11Query *query, UINT64 *numPixels) in checkOcclusionQuery()
110 UINT64 numPixels = 0; in testQuery() local
DPixelTransfer11.cpp217 UINT numPixels = (destArea.width * destArea.height * destArea.depth); in copyBufferToTexture() local
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
DQuery9.cpp91 DWORD numPixels = 0; in testQuery() local
/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/mesa3d/src/mesa/swrast/
Ds_linetemp.h76 GLint numPixels; in NAME() local
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_linetemp.h76 GLint numPixels; in NAME() local
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
DBMPImageReader.cpp693 BMPImageReader::ProcessingResult BMPImageReader::processNonRLEData(bool inRLE, int numPixels) in processNonRLEData()
/external/deqp/modules/gles3/functional/
Des3fColorClearTest.cpp108 const int numPixels = targetWidth * targetHeight; in iterate() local
Des3fMultisampleTests.cpp1268 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.cpp1124 deInt32 numPixels = (deInt32)renderedImg.getWidth()*(deInt32)renderedImg.getHeight(); in iterate() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterEffect.cpp241 int numPixels = pixelArrayLength / 4; in forceValidPreMultipliedPixels() local
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp270 deInt64 numPixels = (deInt64)m_texSize * (deInt64)m_texSize * numTexturesDrawn; in logResults() local
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
Djstemplate_compiled.js67 function px(numPixels) { argument
/external/deqp/modules/gles31/functional/
Des31fMultisampleTests.cpp583 deInt32 numPixels = (deInt32)renderedImg.getWidth()*(deInt32)renderedImg.getHeight(); in iterate() local
/external/chromium_org/third_party/WebKit/Source/web/
DWebSettingsImpl.cpp509 void WebSettingsImpl::setMinimumAccelerated2dCanvasSize(int numPixels) in setMinimumAccelerated2dCanvasSize()