Home
last modified time | relevance | path

Searched defs:draw (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/
H A Dpanorama_demo.js101 function draw(program, gl) { function
H A Dcube_demo.js151 function draw(program, gl) { function
H A Dshadow_demo.js125 function draw(gl, program, o, viewProjMatrix) { function
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/
H A Dpanorama2_demo.js104 function draw(program, gl) { function
H A Dcube2_demo.js151 function draw(program, gl) { function
H A Dshadow2_demo.js127 function draw(gl, program, o, viewProjMatrix) { function
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_context.cpp33 void EglWrapperContext::SetCurrentSurface(EGLSurface draw, EGLSurface read) in SetCurrentSurface()
H A Degl_wrapper_display.cpp159 EglWrapperSurface *draw, EglWrapperSurface *read, EglWrapperContext *ctx, in InternalMakeCurrent()
224 EGLBoolean EglWrapperDisplay::MakeCurrent(EGLSurface draw, EGLSurface read, EGLContext ctx) in MakeCurrent()
273 EGLBoolean EglWrapperDisplay::MakeCurrentAfterHook(EGLSurface draw, EGLSurface read, EGLContext ctx) in MakeCurrentAfterHook()
1009 EGLBoolean EglWrapperDisplay::SwapBuffersWithDamageKHR(EGLSurface draw, EGLint *rects, EGLint nRect… in SwapBuffersWithDamageKHR()
H A Degl_wrapper_entry.cpp362 EGLBoolean EglMakeCurrentImpl(EGLDisplay dpy, EGLSurface draw, in EglMakeCurrentImpl()
1279 EGLBoolean EglSwapBuffersWithDamageKHRImpl(EGLDisplay dpy, EGLSurface draw, in EglSwapBuffersWithDamageKHRImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_context_test.cpp46 EGLSurface draw = nullptr; in HWTEST_F() local
H A Degl_wrapper_display_test.cpp77 EGLSurface draw = EGL_NO_SURFACE; in HWTEST_F() local
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/
H A DXButton.js39 draw() { method in XButton
H A DXSelect.js44 draw() { method in XSelect
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrappercontext_fuzzer/
H A Deglwrappercontext_fuzzer.cpp65 EGLSurface draw = GetData<EGLSurface>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-renderNode.md1790 ### draw subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-renderNode.md1790 ### draw subsection
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_dynamic_drawing_manager.cpp271 bool draw = (pointerEvent->GetActionTime() - firstDownTime_) > WAIT_DOUBLE_CLICK_INTERVAL_TIME; in ProcessMoveEvent() local
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js1343 draw(pm2f) { method in MainEditor