Lines Matching refs:tmpPixels
262 : tmpPixels(nullptr), clientPixels(nullptr), enabled(false) in ScopedEXTTextureNorm16ReadbackWorkaround()
267 if (tmpPixels) in ~ScopedEXTTextureNorm16ReadbackWorkaround()
269 delete[] tmpPixels; in ~ScopedEXTTextureNorm16ReadbackWorkaround()
285 ASSERT(tmpPixels == nullptr); in Initialize()
308 tmpPixels = new GLubyte[checkedAllocatedBytes.ValueOrDie()]; in Initialize()
309 memset(tmpPixels, 0, checkedAllocatedBytes.ValueOrDie()); in Initialize()
315 GLubyte *Pixels() const { return tmpPixels ? tmpPixels : clientPixels; } in Pixels()
321 GLubyte *tmpPixels; member in rx::__anon9756a0c30111::ScopedEXTTextureNorm16ReadbackWorkaround
340 GLubyte *tmpPixels) in RearrangeEXTTextureNorm16Pixels() argument
342 ASSERT(tmpPixels != nullptr); in RearrangeEXTTextureNorm16Pixels()
370 GLubyte *srcRowStart = tmpPixels; in RearrangeEXTTextureNorm16Pixels()