Home | History | Annotate | Download | only in functional

Lines Matching refs:tex2DArray

1240 			deUint32					tex2DArray;
1245 glGenTextures (1, &tex2DArray);
1251 glBindTexture (GL_TEXTURE_2D_ARRAY, tex2DArray);
1294 glFramebufferTextureLayer (GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, tex2DArray, 0, maxArrayTexLayers);
1305 glDeleteTextures (1, &tex2DArray);