Searched refs:xBegin (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 487 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/ |
D | NPP_staging.cu | 2420 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/ |
D | es31fTextureGatherTests.cpp | 98 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/ |
D | sqlite3.h | 5565 int (*xBegin)(sqlite3_vtab *pVTab); member
|
D | sqlite3.c | 5779 int (*xBegin)(sqlite3_vtab *pVTab); member 117709 if( pModule->xBegin ){ 117723 rc = pModule->xBegin(pVTab->pVtab);
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 5565 int (*xBegin)(sqlite3_vtab *pVTab); member
|
D | sqlite3.c | 5779 int (*xBegin)(sqlite3_vtab *pVTab); member 117691 if( pModule->xBegin ){ 117705 rc = pModule->xBegin(pVTab->pVtab);
|