Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DYUVConverter.h87 GLuint* outTextureName);
DYUVConverter.cpp451 GLuint* outTextureName) { in createYUVGLTex() argument
455 s_gles2.glGenTextures(1, outTextureName); in createYUVGLTex()
456 s_gles2.glBindTexture(GL_TEXTURE_2D, *outTextureName); in createYUVGLTex()