Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 25 of 12151) sorted by relevance

12345678910>>...487

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSCanvasRenderingContext2DCustom.cpp127exec->argument(2).toFloat(exec), exec->argument(3).toFloat(exec), exec->argument(4).toFloat(exec)); in setFillColor()
164exec->argument(2).toFloat(exec), exec->argument(3).toFloat(exec), exec->argument(4).toFloat(exec)); in setStrokeColor()
193 context->strokeRect(exec->argument(0).toFloat(exec), exec->argument(1).toFloat(exec), in strokeRect()
194 exec->argument(2).toFloat(exec), exec->argument(3).toFloat(exec)); in strokeRect()
196 context->strokeRect(exec->argument(0).toFloat(exec), exec->argument(1).toFloat(exec), in strokeRect()
197exec->argument(2).toFloat(exec), exec->argument(3).toFloat(exec), exec->argument(4).toFloat(exec)); in strokeRect()
419exec->argument(3).toFloat(exec), exec->argument(4).toFloat(exec), exec->argument(5).toFloat(exec),… in putImageData()
439 …ngToString(exec->argument(0).toString(exec)), exec->argument(1).toFloat(exec), exec->argument(2).t… in fillText()
441 …->fillText(ustringToString(exec->argument(0).toString(exec)), exec->argument(1).toFloat(exec), exe… in fillText()
457 …ngToString(exec->argument(0).toString(exec)), exec->argument(1).toFloat(exec), exec->argument(2).t… in strokeText()
[all …]
H A DJSLocationCustom.cpp35 …return new (exec) JSFunction(exec, exec->lexicalGlobalObject(), exec->lexicalGlobalObject()->funct… in nonCachingStaticReplaceFunctionGetter()
40 …return new (exec) JSFunction(exec, exec->lexicalGlobalObject(), exec->lexicalGlobalObject()->funct… in nonCachingStaticReloadFunctionGetter()
45 …return new (exec) JSFunction(exec, exec->lexicalGlobalObject(), exec->lexicalGlobalObject()->funct… in nonCachingStaticAssignFunctionGetter()
181 if (exec->hadException()) in setHref()
183 impl()->setHref(ustringToString(href), activeDOMWindow(exec), firstDOMWindow(exec)); in setHref()
189 if (exec->hadException()) in setProtocol()
199 if (exec->hadException()) in setHost()
201 impl()->setHost(ustringToString(host), activeDOMWindow(exec), firstDOMWindow(exec)); in setHost()
207 if (exec->hadException()) in setHostname()
246 UString urlString = exec->argument(0).toString(exec); in replace()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DObjectPrototype.cpp47 …putDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, globalObject, functionStructu… in ObjectPrototype()
48 …putDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, globalObject, functionStructu… in ObjectPrototype()
49 …putDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, globalObject, functionStructu… in ObjectPrototype()
50 …putDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, globalObject, functionStructu… in ObjectPrototype()
52 …putDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, globalObject, functionStructu… in ObjectPrototype()
92 …code(jsBoolean(thisValue.toThisObject(exec)->hasOwnProperty(exec, Identifier(exec, exec->argument(… in objectProtoFuncHasOwnProperty()
120 …thisValue.toThisObject(exec)->defineGetter(exec, Identifier(exec, exec->argument(0).toString(exec)… in objectProtoFuncDefineGetter()
130 …thisValue.toThisObject(exec)->defineSetter(exec, Identifier(exec, exec->argument(0).toString(exec)… in objectProtoFuncDefineSetter()
137 …JSValue::encode(thisValue.toThisObject(exec)->lookupGetter(exec, Identifier(exec, exec->argument(0… in objectProtoFuncLookupGetter()
143 …JSValue::encode(thisValue.toThisObject(exec)->lookupSetter(exec, Identifier(exec, exec->argument(0… in objectProtoFuncLookupSetter()
[all …]
H A DObjectConstructor.cpp141 UString propertyName = exec->argument(1).toString(exec); in objectConstructorGetOwnPropertyDescriptor()
176 names->push(exec, jsOwnedString(exec, properties[i].ustring())); in objectConstructorGetOwnPropertyNames()
186 asObject(exec->argument(0))->getOwnPropertyNames(exec, properties); in objectConstructorKeys()
190 keys->push(exec, jsOwnedString(exec, properties[i].ustring())); in objectConstructorKeys()
205 …desc.setEnumerable(enumerableSlot.getValue(exec, exec->propertyNames().enumerable).toBoolean(exec)… in toPropertyDescriptor()
212 …desc.setConfigurable(configurableSlot.getValue(exec, exec->propertyNames().configurable).toBoolean… in toPropertyDescriptor()
227 … desc.setWritable(writableSlot.getValue(exec, exec->propertyNames().writable).toBoolean(exec)); in toPropertyDescriptor()
285 UString propertyName = exec->argument(1).toString(exec); in objectConstructorDefineProperty()
289 if (!toPropertyDescriptor(exec, exec->argument(2), descriptor)) in objectConstructorDefineProperty()
337 …return JSValue::encode(defineProperties(exec, asObject(exec->argument(0)), asObject(exec->argument… in objectConstructorDefineProperties()
[all …]
H A DArrayPrototype.cpp174 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); in arrayProtoFuncToString()
237 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); in arrayProtoFuncToLocaleString()
271 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); in arrayProtoFuncJoin()
373 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); in arrayProtoFuncPop()
395 array->push(exec, exec->argument(0)); in arrayProtoFuncPush()
400 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); in arrayProtoFuncPush()
422 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); in arrayProtoFuncReverse()
450 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); in arrayProtoFuncShift()
484 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); in arrayProtoFuncSlice()
503 unsigned length = thisObj->get(exec, exec->propertyNames().length).toUInt32(exec); in arrayProtoFuncSort()
[all …]
H A DJSGlobalObject.cpp195 …m_stringPrototype.set(exec->globalData(), this, new (exec) StringPrototype(exec, this, StringProto… in reset()
204 …m_datePrototype.set(exec->globalData(), this, new (exec) DatePrototype(exec, this, DatePrototype::… in reset()
281 …m_evalFunction.set(exec->globalData(), this, new (exec) JSFunction(exec, this, m_functionStructure… in reset()
283 …utDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, this, m_functionStructure.get(… in reset()
285 …utDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, this, m_functionStructure.get(… in reset()
286 …utDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, this, m_functionStructure.get(… in reset()
287 …utDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, this, m_functionStructure.get(… in reset()
288 …utDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, this, m_functionStructure.get(… in reset()
289 …utDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, this, m_functionStructure.get(… in reset()
291 …utDirectFunctionWithoutTransition(exec, new (exec) JSFunction(exec, this, m_functionStructure.get(… in reset()
[all …]
/dports/www/kanboard/kanboard-1.2.21/app/Schema/
H A DMysql.php224 $pdo->exec("
260 $pdo->exec("
278 $pdo->exec("
294 $pdo->exec("
305 $pdo->exec("
332 $pdo->exec("
342 $pdo->exec("
393 $pdo->exec("
416 $pdo->exec("
448 $pdo->exec("
[all …]
H A DPostgres.php134 $pdo->exec("
170 $pdo->exec("
187 $pdo->exec("
202 $pdo->exec("
212 $pdo->exec("
238 $pdo->exec("
247 $pdo->exec("
287 $pdo->exec("
309 $pdo->exec("
340 $pdo->exec("
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dttobjs.c434 exec->zp0 = exec->pts; in Context_Run()
435 exec->zp1 = exec->pts; in Context_Run()
436 exec->zp2 = exec->pts; in Context_Run()
619 exec = ins->face->font->exec; in Instance_Init()
669 exec->zp0 = exec->pts; in Instance_Init()
670 exec->zp1 = exec->pts; in Instance_Init()
671 exec->zp2 = exec->pts; in Instance_Init()
733 exec = face->font->exec; in Instance_Reset()
806 exec->zp0 = exec->pts; in Instance_Reset()
807 exec->zp1 = exec->pts; in Instance_Reset()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dttobjs.c434 exec->zp0 = exec->pts; in Context_Run()
435 exec->zp1 = exec->pts; in Context_Run()
436 exec->zp2 = exec->pts; in Context_Run()
619 exec = ins->face->font->exec; in Instance_Init()
669 exec->zp0 = exec->pts; in Instance_Init()
670 exec->zp1 = exec->pts; in Instance_Init()
671 exec->zp2 = exec->pts; in Instance_Init()
733 exec = face->font->exec; in Instance_Reset()
806 exec->zp0 = exec->pts; in Instance_Reset()
807 exec->zp1 = exec->pts; in Instance_Reset()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/INIT/
H A DMamfile46 exec - ;;
51 exec - fi
52 exec - fi
53 exec - ;;
58 exec - ;;
66 exec - !
68 exec - ;;
70 exec - ;;
74 exec - !
107 exec - !
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c93 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
173 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - in vbo_exec_vtx_unmap()
237 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
273 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
315 exec->vtx.copied.nr = vbo_exec_copy_vertices(exec); in vbo_exec_vtx_flush()
317 if (exec->vtx.copied.nr != exec->vtx.vert_count) { in vbo_exec_vtx_flush()
345 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - exec->vtx.buffer_map) * in vbo_exec_vtx_flush()
347 exec->vtx.buffer_map = exec->vtx.buffer_ptr; in vbo_exec_vtx_flush()
350 exec->vtx.buffer_offset = exec->vtx.buffer_used; in vbo_exec_vtx_flush()
362 exec->vtx.max_vert = vbo_compute_max_verts(exec); in vbo_exec_vtx_flush()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c93 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
173 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - in vbo_exec_vtx_unmap()
237 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
273 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
315 exec->vtx.copied.nr = vbo_exec_copy_vertices(exec); in vbo_exec_vtx_flush()
317 if (exec->vtx.copied.nr != exec->vtx.vert_count) { in vbo_exec_vtx_flush()
345 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - exec->vtx.buffer_map) * in vbo_exec_vtx_flush()
347 exec->vtx.buffer_map = exec->vtx.buffer_ptr; in vbo_exec_vtx_flush()
350 exec->vtx.buffer_offset = exec->vtx.buffer_used; in vbo_exec_vtx_flush()
362 exec->vtx.max_vert = vbo_compute_max_verts(exec); in vbo_exec_vtx_flush()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c93 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
173 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - in vbo_exec_vtx_unmap()
237 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
273 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
315 exec->vtx.copied.nr = vbo_exec_copy_vertices(exec); in vbo_exec_vtx_flush()
317 if (exec->vtx.copied.nr != exec->vtx.vert_count) { in vbo_exec_vtx_flush()
345 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - exec->vtx.buffer_map) * in vbo_exec_vtx_flush()
347 exec->vtx.buffer_map = exec->vtx.buffer_ptr; in vbo_exec_vtx_flush()
350 exec->vtx.buffer_offset = exec->vtx.buffer_used; in vbo_exec_vtx_flush()
362 exec->vtx.max_vert = vbo_compute_max_verts(exec); in vbo_exec_vtx_flush()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c93 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
173 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - in vbo_exec_vtx_unmap()
237 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
273 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
315 exec->vtx.copied.nr = vbo_exec_copy_vertices(exec); in vbo_exec_vtx_flush()
317 if (exec->vtx.copied.nr != exec->vtx.vert_count) { in vbo_exec_vtx_flush()
345 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - exec->vtx.buffer_map) * in vbo_exec_vtx_flush()
347 exec->vtx.buffer_map = exec->vtx.buffer_ptr; in vbo_exec_vtx_flush()
350 exec->vtx.buffer_offset = exec->vtx.buffer_used; in vbo_exec_vtx_flush()
362 exec->vtx.max_vert = vbo_compute_max_verts(exec); in vbo_exec_vtx_flush()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c93 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
173 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - in vbo_exec_vtx_unmap()
237 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
273 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
315 exec->vtx.copied.nr = vbo_exec_copy_vertices(exec); in vbo_exec_vtx_flush()
317 if (exec->vtx.copied.nr != exec->vtx.vert_count) { in vbo_exec_vtx_flush()
345 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - exec->vtx.buffer_map) * in vbo_exec_vtx_flush()
347 exec->vtx.buffer_map = exec->vtx.buffer_ptr; in vbo_exec_vtx_flush()
350 exec->vtx.buffer_offset = exec->vtx.buffer_used; in vbo_exec_vtx_flush()
362 exec->vtx.max_vert = vbo_compute_max_verts(exec); in vbo_exec_vtx_flush()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c93 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
173 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - in vbo_exec_vtx_unmap()
237 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
273 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
315 exec->vtx.copied.nr = vbo_exec_copy_vertices(exec); in vbo_exec_vtx_flush()
317 if (exec->vtx.copied.nr != exec->vtx.vert_count) { in vbo_exec_vtx_flush()
345 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - exec->vtx.buffer_map) * in vbo_exec_vtx_flush()
347 exec->vtx.buffer_map = exec->vtx.buffer_ptr; in vbo_exec_vtx_flush()
350 exec->vtx.buffer_offset = exec->vtx.buffer_used; in vbo_exec_vtx_flush()
362 exec->vtx.max_vert = vbo_compute_max_verts(exec); in vbo_exec_vtx_flush()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c93 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
173 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - in vbo_exec_vtx_unmap()
237 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
273 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
315 exec->vtx.copied.nr = vbo_exec_copy_vertices(exec); in vbo_exec_vtx_flush()
317 if (exec->vtx.copied.nr != exec->vtx.vert_count) { in vbo_exec_vtx_flush()
345 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - exec->vtx.buffer_map) * in vbo_exec_vtx_flush()
347 exec->vtx.buffer_map = exec->vtx.buffer_ptr; in vbo_exec_vtx_flush()
350 exec->vtx.buffer_offset = exec->vtx.buffer_used; in vbo_exec_vtx_flush()
362 exec->vtx.max_vert = vbo_compute_max_verts(exec); in vbo_exec_vtx_flush()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c93 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
173 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - in vbo_exec_vtx_unmap()
237 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
273 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
315 exec->vtx.copied.nr = vbo_exec_copy_vertices(exec); in vbo_exec_vtx_flush()
317 if (exec->vtx.copied.nr != exec->vtx.vert_count) { in vbo_exec_vtx_flush()
345 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - exec->vtx.buffer_map) * in vbo_exec_vtx_flush()
347 exec->vtx.buffer_map = exec->vtx.buffer_ptr; in vbo_exec_vtx_flush()
350 exec->vtx.buffer_offset = exec->vtx.buffer_used; in vbo_exec_vtx_flush()
362 exec->vtx.max_vert = vbo_compute_max_verts(exec); in vbo_exec_vtx_flush()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/vbo/
H A Dvbo_exec_draw.c93 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
173 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - in vbo_exec_vtx_unmap()
237 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
273 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
315 exec->vtx.copied.nr = vbo_exec_copy_vertices(exec); in vbo_exec_vtx_flush()
317 if (exec->vtx.copied.nr != exec->vtx.vert_count) { in vbo_exec_vtx_flush()
345 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - exec->vtx.buffer_map) * in vbo_exec_vtx_flush()
347 exec->vtx.buffer_map = exec->vtx.buffer_ptr; in vbo_exec_vtx_flush()
350 exec->vtx.buffer_offset = exec->vtx.buffer_used; in vbo_exec_vtx_flush()
362 exec->vtx.max_vert = vbo_compute_max_verts(exec); in vbo_exec_vtx_flush()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSDOMWindow.cpp10305 int x(exec->argument(0).toInt32(exec)); in jsDOMWindowPrototypeFunctionScrollBy()
10308 int y(exec->argument(1).toInt32(exec)); in jsDOMWindowPrototypeFunctionScrollBy()
10326 int x(exec->argument(0).toInt32(exec)); in jsDOMWindowPrototypeFunctionScrollTo()
10329 int y(exec->argument(1).toInt32(exec)); in jsDOMWindowPrototypeFunctionScrollTo()
10347 int x(exec->argument(0).toInt32(exec)); in jsDOMWindowPrototypeFunctionScroll()
10350 int y(exec->argument(1).toInt32(exec)); in jsDOMWindowPrototypeFunctionScroll()
10368 float x(exec->argument(0).toFloat(exec)); in jsDOMWindowPrototypeFunctionMoveBy()
10371 float y(exec->argument(1).toFloat(exec)); in jsDOMWindowPrototypeFunctionMoveBy()
10389 float x(exec->argument(0).toFloat(exec)); in jsDOMWindowPrototypeFunctionMoveTo()
10392 float y(exec->argument(1).toFloat(exec)); in jsDOMWindowPrototypeFunctionMoveTo()
[all …]
H A DJSWebGLRenderingContext.cpp1393 int s(exec->argument(0).toInt32(exec)); in jsWebGLRenderingContextPrototypeFunctionClearStencil()
1460 int x(exec->argument(3).toInt32(exec)); in jsWebGLRenderingContextPrototypeFunctionCopyTexImage2D()
1463 int y(exec->argument(4).toInt32(exec)); in jsWebGLRenderingContextPrototypeFunctionCopyTexImage2D()
1499 int x(exec->argument(4).toInt32(exec)); in jsWebGLRenderingContextPrototypeFunctionCopyTexSubImage2D()
1502 int y(exec->argument(5).toInt32(exec)); in jsWebGLRenderingContextPrototypeFunctionCopyTexSubImage2D()
2550 int x(exec->argument(0).toInt32(exec)); in jsWebGLRenderingContextPrototypeFunctionReadPixels()
2553 int y(exec->argument(1).toInt32(exec)); in jsWebGLRenderingContextPrototypeFunctionReadPixels()
2640 int x(exec->argument(0).toInt32(exec)); in jsWebGLRenderingContextPrototypeFunctionScissor()
2643 int y(exec->argument(1).toInt32(exec)); in jsWebGLRenderingContextPrototypeFunctionScissor()
3288 int x(exec->argument(1).toInt32(exec)); in jsWebGLRenderingContextPrototypeFunctionUniform1i()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/vbo/
H A Dvbo_exec_draw.c90 struct vbo_exec_context *exec = &vbo->exec; in vbo_exec_bind_arrays() local
169 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - in vbo_exec_vtx_unmap()
233 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
269 exec->vtx.buffer_ptr = exec->vtx.buffer_map; in vbo_exec_vtx_map()
311 exec->vtx.copied.nr = vbo_exec_copy_vertices(exec); in vbo_exec_vtx_flush()
313 if (exec->vtx.copied.nr != exec->vtx.vert_count) { in vbo_exec_vtx_flush()
341 exec->vtx.buffer_used += (exec->vtx.buffer_ptr - exec->vtx.buffer_map) * in vbo_exec_vtx_flush()
343 exec->vtx.buffer_map = exec->vtx.buffer_ptr; in vbo_exec_vtx_flush()
346 exec->vtx.buffer_offset = exec->vtx.buffer_used; in vbo_exec_vtx_flush()
358 exec->vtx.max_vert = vbo_compute_max_verts(exec); in vbo_exec_vtx_flush()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/INIT/
H A DMamfile46 exec - ;;
51 exec - fi
52 exec - fi
53 exec - ;;
58 exec - ;;
66 exec - !
68 exec - ;;
70 exec - ;;
74 exec - !
107 exec - !
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/INIT/
H A DMamfile46 exec - ;;
51 exec - fi
52 exec - fi
53 exec - ;;
58 exec - ;;
66 exec - !
68 exec - ;;
70 exec - ;;
74 exec - !
107 exec - !
[all …]

12345678910>>...487