OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getVkGpu
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/vk/
GrVkTransferBuffer.h
34
return this->vkMap(this->
getVkGpu
());
42
this->vkUnmap(this->
getVkGpu
());
46
GrVkGpu*
getVkGpu
() const {
GrVkIndexBuffer.cpp
39
this->vkRelease(this->
getVkGpu
());
52
return this->vkMap(this->
getVkGpu
());
60
this->vkUnmap(this->
getVkGpu
());
66
return this->vkUpdateData(this->
getVkGpu
(), src, srcSizeInBytes);
72
GrVkGpu* GrVkIndexBuffer::
getVkGpu
() const {
GrVkStencilAttachment.cpp
84
GrVkGpu* gpu = this->
getVkGpu
();
102
GrVkGpu* GrVkStencilAttachment::
getVkGpu
() const {
GrVkTexture.cpp
92
fTextureView->unref(this->
getVkGpu
());
97
this->releaseImage(this->
getVkGpu
());
120
GrVkGpu* GrVkTexture::
getVkGpu
() const {
GrVkVertexBuffer.cpp
38
this->vkRelease(this->
getVkGpu
());
51
return this->vkMap(this->
getVkGpu
());
59
this->vkUnmap(this->
getVkGpu
());
65
return this->vkUpdateData(this->
getVkGpu
(), src, srcSizeInBytes);
71
GrVkGpu* GrVkVertexBuffer::
getVkGpu
() const {
GrVkRenderTarget.cpp
216
this->createFramebuffer(this->
getVkGpu
());
294
GrVkGpu* gpu = this->
getVkGpu
();
346
this->releaseImage(this->
getVkGpu
());
387
GrVkGpu* GrVkRenderTarget::
getVkGpu
() const {
Completed in 82 milliseconds