Home
last modified time | relevance | path

Searched refs:textureHandle (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
DSRGB_test.cpp196 GLuint textureHandle; in initShaders() local
197 glGenTextures(1, &textureHandle); in initShaders()
199 glBindTexture(GL_TEXTURE_2D, textureHandle); in initShaders()