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

  /external/deqp/framework/opengl/
gluPixelTransfer.cpp 126 void texSubImage3D (const RenderContext& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src)
139 gl.texSubImage3D(target, level, x, y, z, width, height, depth, format.format, format.dataType, src.getDataPtr());
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
sglrGLContext.cpp 290 void GLContext::texSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data)

Completed in 86 milliseconds