Home
last modified time | relevance | path

Searched refs:xBegin (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c487 const int xBegin = -15, xEnd = 15; in createGroundPlane() local
488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane()
503 for (x = xBegin; x < xEnd; ++x) in createGroundPlane()
/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu2420 float xBegin = fmax (x - scaleX, 0.0f); in resizeSuperSample_32f() local
2426 float floorXBegin = floorf (xBegin); in resizeSuperSample_32f()
2441 float sum = processLine (pos, xBegin, xEnd, iXBegin, iXEnd, floorXBegin, in resizeSuperSample_32f()
2446 sum += processLine (pos, xBegin, xEnd, iXBegin, iXEnd, floorXBegin, in resizeSuperSample_32f()
2452 sum += processLine (pos, xBegin, xEnd, iXBegin, iXEnd, floorXBegin, in resizeSuperSample_32f()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp98 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
103 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
/external/sqlite/dist/
Dsqlite3.h5565 int (*xBegin)(sqlite3_vtab *pVTab); member
Dsqlite3.c5779 int (*xBegin)(sqlite3_vtab *pVTab); member
117709 if( pModule->xBegin ){
117723 rc = pModule->xBegin(pVTab->pVtab);
/external/sqlite/dist/orig/
Dsqlite3.h5565 int (*xBegin)(sqlite3_vtab *pVTab); member
Dsqlite3.c5779 int (*xBegin)(sqlite3_vtab *pVTab); member
117691 if( pModule->xBegin ){
117705 rc = pModule->xBegin(pVTab->pVtab);