HomeSort by relevance Sort by last modified time
    Searched full:framebuffertextures (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/MultipleRenderTargets/
MultipleRenderTargets.c 45 GLuint framebufferTextures[4];
157 glGenTextures(4, userData->framebufferTextures);
164 glBindTexture(GL_TEXTURE_2D, userData->framebufferTextures[i]);
170 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0_EXT + i, GL_TEXTURE_2D, userData->framebufferTextures[i], 0);
235 glBindTexture( GL_TEXTURE_2D, userData->framebufferTextures[0]);
239 glBindTexture( GL_TEXTURE_2D, userData->framebufferTextures[1]);
243 glBindTexture( GL_TEXTURE_2D, userData->framebufferTextures[2]);
247 glBindTexture( GL_TEXTURE_2D, userData->framebufferTextures[3]);
261 glDeleteTextures(4, userData->framebufferTextures);

Completed in 1268 milliseconds