HomeSort by relevance Sort by last modified time
    Searched defs:copyTexSubImage3D (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySubImage3D.cpp 407 /** Replaces region of cube map array texture's data store using copyTexSubImage3D function
410 void TextureCubeMapArraySubImage3D::copyTexSubImage3D(const SubImage3DCopyParams& copy_params)
420 gl.copyTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, copy_params.m_xoffset, copy_params.m_yoffset,
520 /** Perform a full test of copyTexSubImage3D function on cube map array texture
533 copyTexSubImage3D(copy_params);
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 358 void GLContext::copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
370 m_context.getFunctions().copyTexSubImage3D(target, level, xoffset, yoffset, zoffset, offset.x()+x, offset.y()+y, width, height);

Completed in 166 milliseconds