Home
last modified time | relevance | path

Searched defs:xBegin (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp240 const int xBegin = frame->xOffset(); in initializeSwizzler() local
427 const int xBegin = frameContext->xOffset(); in haveDecodedRow() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp843 deInt32 xBegin = deInt32(floorf(xf[0] + 0.5f)); in rasterizeExpectedResults() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp843 deInt32 xBegin = deInt32(floorf(xf[0] + 0.5f)); in rasterizeExpectedResults() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemUtils.cpp949 const int xBegin = (col + 0)*dst.getWidth() / numCols; in fillWithRandomColorTiles() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp949 const int xBegin = (col + 0)*dst.getWidth() / numCols; in fillWithRandomColorTiles() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp115 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp183 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp183 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
/third_party/sqlite/include/
Dsqlite3.h7104 int (*xBegin)(sqlite3_vtab *pVTab); member
/third_party/sqlite/src/
Dsqlite3.c7413 int (*xBegin)(sqlite3_vtab *pVTab); member