Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/
DFlutterView.mm50 - (void)reshape { method
51 [super reshape];
DFlutterViewController.mm468 * Responds to view reshape by notifying the engine of the change in dimensions.
/third_party/flutter/glfw/examples/
Dboing.c52 void reshape( GLFWwindow* window, int w, int h );
215 void reshape( GLFWwindow* window, int w, int h ) in reshape() function
639 glfwSetFramebufferSizeCallback(window, reshape); in main()
649 reshape(window, width, height); in main()
Dgears.c245 void reshape( GLFWwindow* window, int width, int height ) in reshape() function
324 glfwSetFramebufferSizeCallback(window, reshape); in main()
332 reshape(window, width, height); in main()
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dcocoawindow.m395 - (void) reshape {
400 [super reshape];
641 [self reshape];
658 [self reshape];
663 [self reshape];
Dcocoawindow.h64 - (void) reshape;
/third_party/skia/modules/skottie/src/text/
DTextAdapter.h67 void reshape();
DTextAdapter.cpp451 void TextAdapter::reshape() { in reshape() function in skottie::internal::TextAdapter
539 this->reshape(); in onSync()
/third_party/ffmpeg/tools/python/
Dconvert_from_tensorflow.py179 kernel = kernel.reshape(filter_height, filter_width, in_channels, out_channels)
233 kernel = kernel.reshape(in_channels, out_channels)
277 kernel = kernel.reshape(filter_height, filter_width, in_channels, out_channels)
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/
DGLX_SUN_get_transparent_index.txt123 size and shape. And the application should reshape the overlay window
/third_party/openGLES/extensions/SUN/
DGLX_SUN_get_transparent_index.txt123 size and shape. And the application should reshape the overlay window
/third_party/flutter/skia/third_party/externals/imgui/examples/example_apple_opengl2/
Dmain.mm110 -(void)reshape
/third_party/skia/third_party/externals/imgui/examples/example_apple_opengl2/
Dmain.mm149 -(void)reshape { [[self openGLContext] update]; [self updateAndDrawDem… method
/third_party/mindspore/patches/
D0017-support-build-training-lib.patch157 + "src/expression/ops/reshape.cc",
D0009-adapt-nnrt-v2_0.patch921 + Reshape reshape{};
923 + (void)ReshapeBlockMarshalling(data, reshape);
D0013-train-0001.patch2481 + * reshape |
2485 + * reshape |
3755 +#include "ops/reshape.h"
D0003-implement-mindir-module-and-support-nnrt-delegate.patch6448 + Reshape reshape{};
6450 + (void)ReshapeBlockMarshalling(data, reshape);
/third_party/gstreamer/gstplugins_base/ext/gl/
Dcaopengllayersink.m929 /* default reshape */
/third_party/ltp/doc/
Dc-test-tutorial-simple.txt799 branch, this will allow you to reshape your commit history without fear.
/third_party/python/Lib/test/
Dpickletester.py3028 arr = np.arange(12).reshape((3, 4))
/third_party/openGLES/extensions/ARB/
DARB_uniform_buffer_object.txt1755 void reshape(int w, int h) {
1766 reshape(width, height);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_uniform_buffer_object.txt1745 void reshape(int w, int h) {
1756 reshape(width, height);
/third_party/gstreamer/gstplugins_base/
DChangeLog33403 Need to set the ':' as the reshape method now takes one parameter.
33405 NSOpenGLView which has a reshape function without any parameter.
33406 Now the GstGLNSView inherits from NSView and we re-use the reshape
33413 Use the reshape function after being defined. The other way
33414 would have been to declare the reshape function in the header.
33416 gstglwindow_cocoa.m:555: warning: 'GstGLNSView' may not respond to '-reshape'
33587 gstglwindow_cocoa.m:555: warning: 'GstGLNSView' may not respond to '-reshape'
33803 gl/cocoa: NSView::drawRect() should call into reshape too
33805 obscured and b) might need to reshape because of clipping
34216 * expose context in draw / reshape callbacks
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog104466 Need to set the ':' as the reshape method now takes one parameter.
104468 NSOpenGLView which has a reshape function without any parameter.
104469 Now the GstGLNSView inherits from NSView and we re-use the reshape
104476 Use the reshape function after being defined. The other way
104477 would have been to declare the reshape function in the header.
104479 gstglwindow_cocoa.m:555: warning: 'GstGLNSView' may not respond to '-reshape'
105153 gstglwindow_cocoa.m:555: warning: 'GstGLNSView' may not respond to '-reshape'
106335 gl/cocoa: NSView::drawRect() should call into reshape too
106337 obscured and b) might need to reshape because of clipping
107754 * expose context in draw / reshape callbacks
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog12644 osxvideosink: call superclass in reshape
12646 …../sys/osxvideo/cocoawindow.m:437:1: error: method possibly missing a [super reshape] call [-Werro…