OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisTex
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrSurface.cpp
144
const GrTexture*
thisTex
= this->asTexture();
145
if (
thisTex
&&
thisTex
->internalHasPendingRead()) {
156
const GrTexture*
thisTex
= this->asTexture();
157
if (
thisTex
&&
thisTex
->internalHasPendingWrite()) {
168
const GrTexture*
thisTex
= this->asTexture();
169
if (
thisTex
&&
thisTex
->internalHasPendingIO()) {
/external/skqp/src/gpu/
GrSurface.cpp
144
const GrTexture*
thisTex
= this->asTexture();
145
if (
thisTex
&&
thisTex
->internalHasPendingRead()) {
156
const GrTexture*
thisTex
= this->asTexture();
157
if (
thisTex
&&
thisTex
->internalHasPendingWrite()) {
168
const GrTexture*
thisTex
= this->asTexture();
169
if (
thisTex
&&
thisTex
->internalHasPendingIO()) {
Completed in 176 milliseconds