/external/skia/src/gpu/vk/ |
D | GrVkAttachment.cpp | 24 sk_sp<const GrVkImageView> textureView, in GrVkAttachment() argument 30 , fTextureView(std::move(textureView)) { in GrVkAttachment() 40 sk_sp<const GrVkImageView> textureView, in GrVkAttachment() argument 48 , fTextureView(std::move(textureView)) { in GrVkAttachment() 102 sk_sp<const GrVkImageView>* textureView) { in make_views() argument 123 *textureView = GrVkImageView::Make(gpu, info.fImage, info.fFormat, viewType, in make_views() 125 if (!*textureView) { in make_views() 158 sk_sp<const GrVkImageView> textureView; in Make() local 159 if (!make_views(gpu, info, attachmentUsages, &framebufferView, &textureView)) { in Make() 169 std::move(textureView), in Make() [all …]
|
D | GrVkAttachment.h | 57 const GrVkImageView* textureView() const { return fTextureView.get(); } in textureView() function 90 sk_sp<const GrVkImageView> textureView, 99 sk_sp<const GrVkImageView> textureView,
|
D | GrVkPipelineState.cpp | 159 commandBuffer->addResource(texAttachment->textureView()); in setAndBindTextures() 181 const GrVkImageView* textureView = texAttachment->textureView(); in setAndBindTextures() local 198 imageInfo.imageView = textureView->imageView(); in setAndBindTextures() 220 commandBuffer->addResource(textureView); in setAndBindTextures()
|
D | GrVkTexture.cpp | 163 const GrVkImageView* GrVkTexture::textureView() { return fTexture->textureView(); } in textureView() function in GrVkTexture
|
D | GrVkTexture.h | 49 const GrVkImageView* textureView();
|
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/ |
D | CameraConnectionFragment.java | 129 private AutoFitTextureView textureView; field in CameraConnectionFragment 325 textureView = (AutoFitTextureView) view.findViewById(R.id.texture); in onViewCreated() 342 if (textureView.isAvailable()) { in onResume() 343 openCamera(textureView.getWidth(), textureView.getHeight()); in onResume() 345 textureView.setSurfaceTextureListener(surfaceTextureListener); in onResume() 391 textureView.setAspectRatio(previewSize.getWidth(), previewSize.getHeight()); in setUpCameraOutputs() 393 textureView.setAspectRatio(previewSize.getHeight(), previewSize.getWidth()); in setUpCameraOutputs() 498 final SurfaceTexture texture = textureView.getSurfaceTexture(); in createCameraPreviewSession() 574 if (null == textureView || null == previewSize || null == activity) { in configureTransform() 595 textureView.setTransform(matrix); in configureTransform()
|
D | LegacyCameraConnectionFragment.java | 110 textureView.setAspectRatio(s.height, s.width); 131 private AutoFitTextureView textureView; field in LegacyCameraConnectionFragment 146 textureView = (AutoFitTextureView) view.findViewById(R.id.texture); in onViewCreated() 163 if (textureView.isAvailable()) { in onResume() 166 textureView.setSurfaceTextureListener(surfaceTextureListener); in onResume()
|
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ |
D | Camera2BasicFragment.java | 142 private AutoFitTextureView textureView; field in Camera2BasicFragment 390 textureView = (AutoFitTextureView) view.findViewById(R.id.texture); in onViewCreated() 463 if (textureView.isAvailable()) { in onResume() 464 openCamera(textureView.getWidth(), textureView.getHeight()); in onResume() 466 textureView.setSurfaceTextureListener(surfaceTextureListener); in onResume() 576 textureView.setAspectRatio(previewSize.getWidth(), previewSize.getHeight()); in setUpCameraOutputs() 578 textureView.setAspectRatio(previewSize.getHeight(), previewSize.getWidth()); in setUpCameraOutputs() 720 SurfaceTexture texture = textureView.getSurfaceTexture(); in createCameraPreviewSession() 783 if (null == textureView || null == previewSize || null == activity) { in configureTransform() 804 textureView.setTransform(matrix); in configureTransform() [all …]
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/ |
D | SimpleExoPlayer.java | 370 @Nullable private TextureView textureView; field in SimpleExoPlayer 619 public void setVideoTextureView(@Nullable TextureView textureView) { in setVideoTextureView() argument 622 if (textureView != null) { in setVideoTextureView() 625 this.textureView = textureView; in setVideoTextureView() 626 if (textureView == null) { in setVideoTextureView() 630 if (textureView.getSurfaceTextureListener() != null) { in setVideoTextureView() 633 textureView.setSurfaceTextureListener(componentListener); in setVideoTextureView() 635 textureView.isAvailable() ? textureView.getSurfaceTexture() : null; in setVideoTextureView() 641 maybeNotifySurfaceSizeChanged(textureView.getWidth(), textureView.getHeight()); in setVideoTextureView() 647 public void clearVideoTextureView(@Nullable TextureView textureView) { in clearVideoTextureView() argument [all …]
|
D | Player.java | 301 void setVideoTextureView(@Nullable TextureView textureView); in setVideoTextureView() argument 309 void clearVideoTextureView(@Nullable TextureView textureView); in clearVideoTextureView() argument
|
/external/skia/src/gpu/dawn/ |
D | GrDawnProgramBuilder.cpp | 230 const wgpu::TextureView& textureView) { in make_bind_group_entry() argument 237 result.textureView = textureView; in make_bind_group_entry() 247 const wgpu::TextureView& textureView) { in make_bind_group_entry() argument 248 return make_bind_group_entry(binding, nullptr, textureView); in make_bind_group_entry() 488 wgpu::TextureView textureView = tex->texture().CreateView(&viewDesc); in set_texture() local 489 bindings->push_back(make_bind_group_entry((*binding)++, textureView)); in set_texture()
|
D | GrDawnRenderTarget.h | 32 wgpu::TextureView textureView() const { return fInfo.fTextureView; } in textureView() function
|
D | GrDawnProgramDataManager.cpp | 38 result.textureView = nullptr; in make_bind_group_entry()
|
D | GrDawnOpsRenderPass.cpp | 65 colorAttachment.attachment = static_cast<GrDawnRenderTarget*>(fRenderTarget)->textureView(); in beginRenderPass()
|
D | GrDawnGpu.cpp | 753 bge[1].textureView = srcView; in onRegenerateMipMapLevels()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipelineState.cpp | 253 const GrVkImageView* textureView = texture->textureView(); in setAndBindTextures() local 266 imageInfo.imageView = textureView->imageView(); in setAndBindTextures() 288 commandBuffer->addResource(samplerBindings[i].fTexture->textureView()); in setAndBindTextures()
|
D | GrVkTexture.h | 39 const GrVkImageView* textureView();
|
D | GrVkCopyManager.cpp | 269 imageInfo.imageView = srcTex->textureView()->imageView(); in copySurfaceAsDraw() 375 descriptorResources.push_back(srcTex->textureView()); in copySurfaceAsDraw()
|
D | GrVkTexture.cpp | 170 const GrVkImageView* GrVkTexture::textureView() { in textureView() function in GrVkTexture
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 2936 gl.textureView(*view_id_ptr, new_test_run.texture_target, *parent_id_ptr, in initTestRuns() 3563 gl.textureView(0, /* texture */ in iterate() 3587 …gl.textureView(invalid_to_id, GL_TEXTURE_2D, m_reference_immutable_to_2d_id, reference_to_internal… in iterate() 3609 …gl.textureView(m_view_bound_to_id, GL_TEXTURE_2D, m_reference_immutable_to_2d_id, reference_to_int… in iterate() 3633 gl.textureView(m_view_never_bound_to_id, GL_TEXTURE_2D, invalid_to_id, reference_to_internalformat, in iterate() 3655 …gl.textureView(m_view_never_bound_to_id, GL_TEXTURE_2D, m_reference_mutable_to_2d_id, reference_to… in iterate() 3708 gl.textureView(m_test_modified_to_id_2, /* texture */ in iterate() 3796 gl.textureView(m_test_modified_to_id_2, /* texture */ in iterate() 3818 gl.textureView(m_test_modified_to_id_2, /* texture */ in iterate() 3828 gl.textureView(m_test_modified_to_id_3, /* texture */ in iterate() [all …]
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | PlayerView.java | 1471 private static void applyTextureViewRotation(TextureView textureView, int textureViewRotation) { in applyTextureViewRotation() argument 1473 float textureViewWidth = textureView.getWidth(); in applyTextureViewRotation() 1474 float textureViewHeight = textureView.getHeight(); in applyTextureViewRotation() 1490 textureView.setTransform(transformMatrix); in applyTextureViewRotation()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 658 ASSIGN("glTextureView", textureView); in initProcsDesktopGL() 1787 ASSIGN("glTextureView", textureView); in initProcsDesktopGL() 2112 ASSIGN("glTextureViewEXT", textureView); in initProcsGLES() 2251 ASSIGN("glTextureViewOES", textureView); in initProcsGLES() 3446 textureView = &glTextureViewNULL; in initProcsDesktopGLNULL() 4574 textureView = &glTextureViewNULL; in initProcsDesktopGLNULL() 4898 textureView = &glTextureViewNULL; in initProcsGLESNULL() 5037 textureView = &glTextureViewNULL; in initProcsGLESNULL()
|
/external/deqp-deps/amber/src/dawn/ |
D | engine_dawn.cc | 444 result.textureView = textureView; in GetAsBinding() 453 ::dawn::TextureView textureView;
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 145 void textureView(TextureID texturePacked, GLenum target, GLuint origtexture, \
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 736 glTextureViewFunc textureView; variable
|