Home
last modified time | relevance | path

Searched refs:xStep (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/tools/viewer/
H A DStatsLayer.cpp119 const int xStep = 3; in onPaint() local
158 x += xStep; in onPaint()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp624 const float xStep = 2.0f / static_cast<float>(width); in createVertices() local
626 const float xStart = -1.0f + xStep / 2.0f; in createVertices()
629 xSize = xStep; in createVertices()
642 x += xStep; in createVertices()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTestsUtils.cpp624 const float xStep = 2.0f / static_cast<float>(width); in createVertices() local
626 const float xStart = -1.0f + xStep / 2.0f; in createVertices()
629 xSize = xStep; in createVertices()
642 x += xStep; in createVertices()
/third_party/sqlite/include/
H A Dsqlite3ext.h84 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
88 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
218 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
315 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
H A Dsqlite3.h5285 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are
5288 ** callback only; NULL pointers must be passed as the xStep and xFinal
5289 ** parameters. ^An aggregate SQL function requires an implementation of xStep
5294 ** ^The sixth, seventh, eighth and ninth parameters (xStep, xFinal, xValue
5296 ** C-language callbacks that implement the new function. xStep and xFinal
5340 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5350 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5360 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5370 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5678 ** called once for each invocation of the xStep callbac
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp745 const float xStep = 2.0f / static_cast<float>(m_params->elements); in prepareVertexAttributes() local
747 const float xStart = -1.0f + xStep / 2.0f; in prepareVertexAttributes()
763 x += xStep; in prepareVertexAttributes()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp745 const float xStep = 2.0f / static_cast<float>(m_params->elements); in prepareVertexAttributes() local
747 const float xStart = -1.0f + xStep / 2.0f; in prepareVertexAttributes()
763 x += xStep; in prepareVertexAttributes()
/third_party/sqlite/src/
H A Dsqlite3.c5594 ** "sqlite3_create_function*" functions, xFunc, xStep and xFinal, are
5597 ** callback only; NULL pointers must be passed as the xStep and xFinal
5598 ** parameters. ^An aggregate SQL function requires an implementation of xStep
5603 ** ^The sixth, seventh, eighth and ninth parameters (xStep, xFinal, xValue
5605 ** C-language callbacks that implement the new function. xStep and xFinal
5649 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5659 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5669 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5679 void (*xStep)(sqlite3_context*,int,sqlite3_value**),
5987 ** called once for each invocation of the xStep callbac
175243 sqlite3CreateFunc( sqlite3 *db, const char *zFunctionName, int nArg, int enc, void *pUserData, void (*xSFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), void (*xValue)(sqlite3_context*), void (*xInverse)(sqlite3_context*,int,sqlite3_value **), FuncDestructor *pDestructor ) global() argument
175377 createFunctionApi( sqlite3 *db, const char *zFunc, int nArg, int enc, void *p, void (*xSFunc)(sqlite3_context*,int,sqlite3_value**), void (*xStep)(sqlite3_context*,int,sqlite3_value**), void (*xFinal)(sqlite3_context*), void (*xValue)(sqlite3_context*), void (*xInverse)(sqlite3_context*,int,sqlite3_value**), void(*xDestroy)(void*) ) global() argument
175428 sqlite3_create_function( sqlite3 *db, const char *zFunc, int nArg, int enc, void *p, void (*xSFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*) ) global() argument
175441 sqlite3_create_function_v2( sqlite3 *db, const char *zFunc, int nArg, int enc, void *p, void (*xSFunc)(sqlite3_context*,int,sqlite3_value **), void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), void (*xDestroy)(void *) ) global() argument
175455 sqlite3_create_window_function( sqlite3 *db, const char *zFunc, int nArg, int enc, void *p, void (*xStep)(sqlite3_context*,int,sqlite3_value **), void (*xFinal)(sqlite3_context*), void (*xValue)(sqlite3_context*), void (*xInverse)(sqlite3_context*,int,sqlite3_value **), void (*xDestroy)(void *) ) global() argument
175472 sqlite3_create_function16( sqlite3 *db, const void *zFunctionName, int nArg, int eTextRep, void *p, void (*xSFunc)(sqlite3_context*,int,sqlite3_value**), void (*xStep)(sqlite3_context*,int,sqlite3_value**), void (*xFinal)(sqlite3_context*) ) global() argument
[all...]

Completed in 123 milliseconds