Home
last modified time | relevance | path

Searched refs:draw2 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/
H A Dshadow_demo.js113 draw2(gl, program, triangle, matrixCamera, boxImage);
116 draw2(gl, program, plane, matrixCamera, floorImage);
138 function draw2(gl, program, o, viewProjMatrix, image) { function
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/
H A Dshadow2_demo.js115 draw2(gl, program, triangle, matrixCamera, boxImage);
118 draw2(gl, program, plane, matrixCamera, floorImage);
140 function draw2(gl, program, o, viewProjMatrix, image) { function
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp137 EGLSurface draw2 = GetData<EGLSurface>(); in DoSomethingInterestingWithMyAPI() local
177 eglWrapperDisplay->SwapBuffersWithDamageKHR(draw2, &rects1, nRects1); in DoSomethingInterestingWithMyAPI()