OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIsWrapped
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.h
25
,
fIsWrapped
(isWrapped) {
29
if (0 != fTexID && !
fIsWrapped
) {
40
bool
fIsWrapped
;
62
bool
fIsWrapped
;
GrGLTexture.cpp
25
textureDesc.
fIsWrapped
)));
41
: INHERITED(gpu, textureDesc.
fIsWrapped
, textureDesc) {
48
: INHERITED(gpu, textureDesc.
fIsWrapped
, textureDesc) {
GrGLBufferImpl.h
23
bool
fIsWrapped
;
GrGLIndexBuffer.cpp
12
: INHERITED(gpu, desc.
fIsWrapped
, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
GrGLVertexBuffer.cpp
12
: INHERITED(gpu, desc.
fIsWrapped
, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
GrGLRenderTarget.cpp
50
desc.
fIsWrapped
,
73
desc.
fIsWrapped
,
GrGLRenderTarget.h
31
bool
fIsWrapped
;
GrGLBufferImpl.cpp
44
} else if (fDesc.fID && !fDesc.
fIsWrapped
) {
222
SkASSERT(0 != fDesc.fID || !fDesc.
fIsWrapped
);
GrGpuGL.cpp
382
glTexDesc.
fIsWrapped
= true;
428
glDesc.
fIsWrapped
= true;
824
desc->
fIsWrapped
= false;
[
all
...]
Completed in 961 milliseconds