Home
last modified time | relevance | path

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

12

/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieView.java18 import android.view.TextureView;
62 mBackingView = new TextureView(context); in SkottieView()
85 mBackingView = new TextureView(context); in SkottieView()
86 ((TextureView) mBackingView).setOpaque(false); in SkottieView()
148 if (mBackingView instanceof TextureView) { in setSourceHelper()
150 … .createAnimation(((TextureView) mBackingView), inputStream, mBackgroundColor, mRepeatCount); in setSourceHelper()
DSkottieAnimation.java11 import android.view.TextureView;
25 TextureView.SurfaceTextureListener, SurfaceHolder.Callback {
54 SkottieAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation()
DSkottieRunner.java17 import android.view.TextureView;
65 …public SkottieAnimation createAnimation(TextureView view, InputStream is, int backgroundColor, int… in createAnimation()
/external/skia/src/gpu/dawn/
DGrDawnAttachment.h22 wgpu::TextureView view() const { return fView; } in view()
37 wgpu::TextureView view);
42 wgpu::TextureView fView;
DGrDawnAttachment.cpp20 wgpu::TextureView view) in GrDawnAttachment()
40 wgpu::TextureView view = texture.CreateView(); in MakeStencil()
DGrDawnRenderTarget.h32 wgpu::TextureView textureView() const { return fInfo.fTextureView; } in textureView()
DGrDawnProgramBuilder.cpp230 const wgpu::TextureView& textureView) { in make_bind_group_entry()
247 const wgpu::TextureView& textureView) { in make_bind_group_entry()
488 wgpu::TextureView textureView = tex->texture().CreateView(&viewDesc); in set_texture()
/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieView.java12 import android.view.TextureView;
16 public class SkottieView extends TextureView {
DSkottieRunner.java17 import android.view.TextureView;
62 public SkottieAnimation createAnimation(TextureView view, InputStream is) { in createAnimation()
256 TextureView.SurfaceTextureListener {
275 SkottieAnimationImpl(TextureView view, InputStream is) { in SkottieAnimationImpl()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp39 namespace TextureView namespace
124 static TextureView::_format getFormatOfInternalformat(const glw::GLenum internalformat);
128 static const char* getGLSLDataTypeForSamplerType(const TextureView::_sampler_type sampler_type,
131 static const char* getGLSLTypeForSamplerType(const TextureView::_sampler_type sampler_type);
137 static _internalformats getInternalformatsFromViewClass(TextureView::_view_class view_class);
148 …static TextureView::_sampler_type getSamplerTypeForInternalformat(const glw::GLenum internalformat…
157 static TextureView::_view_class getViewClassForInternalformat(const glw::GLenum internalformat);
674 const TextureView::_format format, void* result);
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DAutoFitTextureView.java21 import android.view.TextureView;
26 public class AutoFitTextureView extends TextureView {
DLegacyCameraConnectionFragment.java30 import android.view.TextureView;
73 private final TextureView.SurfaceTextureListener surfaceTextureListener =
74 new TextureView.SurfaceTextureListener() {
DCameraConnectionFragment.java50 import android.view.TextureView;
90 private final TextureView.SurfaceTextureListener surfaceTextureListener =
91 new TextureView.SurfaceTextureListener() {
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
DAutoFitTextureView.java20 import android.view.TextureView;
23 public class AutoFitTextureView extends TextureView {
DCamera2BasicFragment.java55 import android.view.TextureView;
107 private final TextureView.SurfaceTextureListener surfaceTextureListener =
108 new TextureView.SurfaceTextureListener() {
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java34 import android.view.TextureView;
428 surfaceView = new TextureView(context); in PlayerView()
568 if (surfaceView instanceof TextureView) { in setPlayer()
569 oldVideoComponent.clearVideoTextureView((TextureView) surfaceView); in setPlayer()
596 if (surfaceView instanceof TextureView) { in setPlayer()
597 newVideoComponent.setVideoTextureView((TextureView) surfaceView); in setPlayer()
1471 private static void applyTextureViewRotation(TextureView textureView, int textureViewRotation) { in applyTextureViewRotation()
1531 if (surfaceView instanceof TextureView) { in onVideoSizeChanged()
1547 applyTextureViewRotation((TextureView) surfaceView, textureViewRotation); in onVideoSizeChanged()
1601 applyTextureViewRotation((TextureView) view, textureViewRotation); in onLayoutChange()
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DIllustrationVideoView.java34 import android.view.TextureView;
35 import android.view.TextureView.SurfaceTextureListener;
57 public class IllustrationVideoView extends TextureView
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DPlayer.java23 import android.view.TextureView;
301 void setVideoTextureView(@Nullable TextureView textureView); in setVideoTextureView()
309 void clearVideoTextureView(@Nullable TextureView textureView); in clearVideoTextureView()
DSimpleExoPlayer.java28 import android.view.TextureView;
370 @Nullable private TextureView textureView;
619 public void setVideoTextureView(@Nullable TextureView textureView) { in setVideoTextureView()
647 public void clearVideoTextureView(@Nullable TextureView textureView) { in clearVideoTextureView()
1999 TextureView.SurfaceTextureListener,
/external/skia/include/gpu/dawn/
DGrDawnTypes.h54 wgpu::TextureView fTextureView;
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.h104 std::vector<::dawn::TextureView> texture_views_;
Dengine_dawn.cc112 const std::vector<::dawn::TextureView>& texture_view,
140 ::dawn::TextureView depthStencilView;
453 ::dawn::TextureView textureView;
1173 const std::vector<::dawn::TextureView>& texture_view, in CreateRenderPassDescriptor()
1191 for (const ::dawn::TextureView& colorAttachment : texture_view) { in CreateRenderPassDescriptor()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DVideoRendererEventListener.java23 import android.view.TextureView;
/external/mesa3d/src/mesa/main/
Dtextureview.c698 if (ctx->Driver.TextureView != NULL && in texture_view()
699 !ctx->Driver.TextureView(ctx, texObj, origTexObj)) { in texture_view()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex.c337 functions->TextureView = intel_texture_view; in intelInitTextureFuncs()

12