OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:externaltexture
(Results
1 - 1
of
1
) sorted by null
/external/skia/tests/
EGLImageTest.cpp
40
GrTexture*
externalTexture
, uint32_t expectedPixelValues[]) {
41
int pixelCnt =
externalTexture
->width() *
externalTexture
->height();
44
bool read =
externalTexture
->readPixels(0, 0,
externalTexture
->width(),
45
externalTexture
->height(), kRGBA_8888_GrPixelConfig,
60
GrTexture*
externalTexture
) {
61
int pixelCnt =
externalTexture
->width() *
externalTexture
->height();
64
bool write =
externalTexture
->writePixels(0, 0, 0, 0, kRGBA_8888_GrPixelConfig, pixels.get())
[
all
...]
Completed in 133 milliseconds