OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImageStorageAccess
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrProcessor.cpp
133
void GrProcessor::addImageStorageAccess(const
ImageStorageAccess
* access) {
198
if (this->
imageStorageAccess
(i) != that.
imageStorageAccess
(i)) {
286
GrProcessor::
ImageStorageAccess
::
ImageStorageAccess
(sk_sp<GrTexture> texture, GrIOType ioType,
/external/skia/include/gpu/
GrProcessor.h
68
class
ImageStorageAccess
;
99
const
ImageStorageAccess
&
imageStorageAccess
(int index) const {
141
void addImageStorageAccess(const
ImageStorageAccess
*);
188
SkSTArray<1, const
ImageStorageAccess
*, true> fImageStorageAccesses;
312
class GrProcessor::
ImageStorageAccess
: public SkNoncopyable {
314
ImageStorageAccess
(sk_sp<GrTexture> texture, GrIOType ioType, GrSLMemoryModel, GrSLRestrict,
317
bool operator==(const
ImageStorageAccess
& that) const {
321
bool operator!=(const
ImageStorageAccess
& that) const { return !(*this == that); }
Completed in 195 milliseconds