Home
last modified time | relevance | path

Searched refs:vkImage (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanImageTest.cpp118 VkImage vkImage = VK_NULL_HANDLE; in TEST_P() local
120 EXPECT_EGL_TRUE(eglExportVkImageANGLE(display, eglImage, &vkImage, &info)); in TEST_P()
121 EXPECT_NE(vkImage, static_cast<VkImage>(VK_NULL_HANDLE)); in TEST_P()
167 VkImage vkImage = VK_NULL_HANDLE; in TEST_P() local
169 EXPECT_EGL_TRUE(eglExportVkImageANGLE(display, eglImage, &vkImage, &info)); in TEST_P()
170 EXPECT_NE(vkImage, static_cast<VkImage>(VK_NULL_HANDLE)); in TEST_P()
179 helper.readPixels(vkImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, info.format, {}, in TEST_P()
212 VkImage vkImage = VK_NULL_HANDLE; in TEST_P() local
214 EXPECT_EGL_TRUE(eglExportVkImageANGLE(display, eglImage, &vkImage, &info)); in TEST_P()
215 EXPECT_NE(vkImage, static_cas in TEST_P()
299 VkImage vkImage = VK_NULL_HANDLE; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DImageVk.cpp166 egl::Error ImageVk::exportVkImage(void *vkImage, void *vkImageCreateInfo) in exportVkImage() argument
168 *reinterpret_cast<VkImage *>(vkImage) = mImage->getImage().getHandle(); in exportVkImage()
H A DImageVk.h41 egl::Error exportVkImage(void *vkImage, void *vkImageCreateInfo) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DImageImpl.cpp14 egl::Error ImageImpl::exportVkImage(void *vkImage, void *vkImageCreateInfo) in exportVkImage() argument
H A DImageImpl.h59 virtual egl::Error exportVkImage(void *vkImage, void *vkImageCreateInfo);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DImage.cpp498 Error Image::exportVkImage(void *vkImage, void *vkImageCreateInfo) in exportVkImage() argument
500 return mImplementation->exportVkImage(vkImage, vkImageCreateInfo); in exportVkImage()
H A DImage.h179 Error exportVkImage(void *vkImage, void *vkImageCreateInfo);
H A DvalidationEGL.cpp6355 const void *vkImage, in ValidateExportVkImageANGLE()
6367 if (!vkImage) in ValidateExportVkImageANGLE()
6352 ValidateExportVkImageANGLE(const ValidationContext *val, const Display *dpy, const Image *image, const void *vkImage, const void *vkImageCreateInfo) ValidateExportVkImageANGLE() argument
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp586 GrVkImage* vkImage = tex->textureImage(); in onTransferPixelsTo() local
587 VkFormat format = vkImage->imageFormat(); in onTransferPixelsTo()
614 vkImage->setImageLayout(this, in onTransferPixelsTo()
625 vkImage, in onTransferPixelsTo()
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h2726 typedef void (GL_APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
2732 GL_APICALL void GL_APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h2821 typedef void (GL_APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
2827 GL_APICALL void GL_APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h2654 typedef void (GL_APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
2660 GL_APICALL void GL_APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h2654 typedef void (GL_APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
2660 GL_APICALL void GL_APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h2728 typedef void (GL_APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
2734 GL_APICALL void GL_APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
/third_party/mesa3d/include/GL/
H A Dglcorearb.h5034 typedef void (APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
5040 GLAPI void APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
H A Dglext.h9783 typedef void (APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
9789 GLAPI void APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
/third_party/openGLES/api/GL/
H A Dglcorearb.h5087 typedef void (APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
5093 GLAPI void APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
H A Dglext.h9870 typedef void (APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
9876 GLAPI void APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h4980 typedef void (APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
4986 GLAPI void APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
H A Dglext.h9691 typedef void (APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
9697 GLAPI void APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h4980 typedef void (APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
4986 GLAPI void APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
H A Dglext.h9690 typedef void (APIENTRYP PFNGLDRAWVKIMAGENVPROC) (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);
9696 GLAPI void APIENTRY glDrawVkImageNV (GLuint64 vkImage, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1);

Completed in 297 milliseconds