Searched refs:numPixels (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
H A DQuery9.cpp91 DWORD numPixels = 0; local
93 HRESULT hres = mQuery->GetData(&numPixels, sizeof(DWORD), D3DGETDATA_FLUSH);
102 mResult = (numPixels > 0) ? GL_TRUE : GL_FALSE;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
H A DQuery11.cpp18 static bool checkOcclusionQuery(ID3D11DeviceContext *context, ID3D11Query *query, UINT64 *numPixels) argument
20 HRESULT result = context->GetData(query, numPixels, sizeof(UINT64), 0);
110 UINT64 numPixels = 0; local
111 queryFinished = checkOcclusionQuery(context, mQuery, &numPixels);
114 mResult = (numPixels > 0) ? GL_TRUE : GL_FALSE;
H A DPixelTransfer11.cpp217 UINT numPixels = (destArea.width * destArea.height * destArea.depth); local
218 deviceContext->Draw(numPixels, 0);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_linetemp.h76 GLint numPixels; local
218 numPixels = MAX2(dx, dy);
229 span.redStep = (ChanToFixed(vert1->color[0]) - span.red ) / numPixels;
230 span.greenStep = (ChanToFixed(vert1->color[1]) - span.green) / numPixels;
231 span.blueStep = (ChanToFixed(vert1->color[2]) - span.blue ) / numPixels;
232 span.alphaStep = (ChanToFixed(vert1->color[3]) - span.alpha) / numPixels;
250 - vert0->attrib[FRAG_ATTRIB_WPOS][2]) / numPixels;
256 - vert0->attrib[FRAG_ATTRIB_WPOS][2]) / numPixels);
262 const GLfloat invLen = 1.0F / numPixels;
290 span.end = numPixels;
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_linetemp.h76 GLint numPixels; local
218 numPixels = MAX2(dx, dy);
229 span.redStep = (ChanToFixed(vert1->color[0]) - span.red ) / numPixels;
230 span.greenStep = (ChanToFixed(vert1->color[1]) - span.green) / numPixels;
231 span.blueStep = (ChanToFixed(vert1->color[2]) - span.blue ) / numPixels;
232 span.alphaStep = (ChanToFixed(vert1->color[3]) - span.alpha) / numPixels;
250 - vert0->attrib[FRAG_ATTRIB_WPOS][2]) / numPixels;
256 - vert0->attrib[FRAG_ATTRIB_WPOS][2]) / numPixels);
262 const GLfloat invLen = 1.0F / numPixels;
290 span.end = numPixels;
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
H A DBMPImageReader.cpp693 BMPImageReader::ProcessingResult BMPImageReader::processNonRLEData(bool inRLE, int numPixels) argument
699 numPixels = m_parent->size().width();
702 const int endX = m_coord.x() + numPixels;
710 const size_t unpaddedNumBytes = (m_infoHeader.biBitCount < 16) ? ((numPixels + pixelsPerByte - 1) / pixelsPerByte) : (numPixels * bytesPerPixel);
H A DBMPImageReader.h166 // process |numPixels| pixels on the current row.
168 // |numPixels| is ignored. Expects |m_coord| to point at the
177 ProcessingResult processNonRLEData(bool inRLE, int numPixels);
/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp305 deInt64 numPixels = (deInt64)m_viewportWidth * (deInt64)m_viewportHeight * numQuadGrids;
307 double mfragPerSecond = (double)numPixels / (double)totalTime;
325 deInt64 numPixels = (deInt64)m_viewportWidth * (deInt64)m_viewportHeight * numQuadGrids;
327 double mfragPerSecond = (double)numPixels / (double)totalTime;
334 << TestLog::Float("FragmentsPerVertices", "Vertex-fragment ratio", "Fragments/Vertices", QP_KEY_TAG_NONE, (float)numPixels / (float)numVertices)
/external/deqp/modules/gles2/functional/
H A Des2fColorClearTest.cpp108 const int numPixels = targetWidth * targetHeight; local
111 vector<deUint8> pixelKnownChannelMask (numPixels, 0);
H A Des2fMultisampleTests.cpp1124 deInt32 numPixels = (deInt32)renderedImg.getWidth()*(deInt32)renderedImg.getHeight(); local
1179 log << TestLog::Message << "Average red color component: " << de::floatToString((float)sumRed / 255.0f / (float)numPixels, 2) << TestLog::EndMessage;
1199 if (m_currentIteration == m_numIterations-1 && sumRed != 0xff*numPixels)
/external/deqp/modules/gles3/functional/
H A Des3fColorClearTest.cpp108 const int numPixels = targetWidth * targetHeight; local
111 vector<deUint8> pixelKnownChannelMask (numPixels, 0);
H A Des3fMultisampleTests.cpp1268 deInt32 numPixels = (deInt32)renderedImg.getWidth()*(deInt32)renderedImg.getHeight(); local
1323 log << TestLog::Message << "Average red color component: " << de::floatToString((float)sumRed / 255.0f / (float)numPixels, 2) << TestLog::EndMessage;
1343 if (m_currentIteration == m_numIterations-1 && sumRed != 0xff*numPixels)
/external/deqp/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp270 deInt64 numPixels = (deInt64)m_texSize * (deInt64)m_texSize * numTexturesDrawn; local
274 double avgMTexelsPerSeconds = (double)numPixels / (double)totalTime;
275 double avgTexelDrawDurationNs = (double)totalTime * 1000.0 / (double)numPixels;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebSettingsImpl.cpp509 void WebSettingsImpl::setMinimumAccelerated2dCanvasSize(int numPixels) argument
511 m_settings->setMinimumAccelerated2dCanvasSize(numPixels);
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Djstemplate_compiled.js64 * @param {Number} numPixels Number of pixels, may be floating point.
67 function px(numPixels) {
68 return round(numPixels) + "px";
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterEffect.cpp241 int numPixels = pixelArrayLength / 4; local
244 while (--numPixels >= 0) {
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp583 deInt32 numPixels = (deInt32)renderedImg.getWidth()*(deInt32)renderedImg.getHeight(); local
632 log << TestLog::Message << "Average red color component: " << de::floatToString((float)sumRed / 255.0f / (float)numPixels, 2) << TestLog::EndMessage;
652 if (m_currentIteration == m_numIterations-1 && sumRed != 0xff*numPixels)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dteximage.c1054 const GLint numPixels = width * height * depth;
1055 GLubyte *data = (GLubyte *) MALLOC(numPixels * components * sizeof(GLubyte));
/external/mesa3d/src/mesa/main/
H A Dteximage.c1054 const GLint numPixels = width * height * depth;
1055 GLubyte *data = (GLubyte *) MALLOC(numPixels * components * sizeof(GLubyte));

Completed in 644 milliseconds