HomeSort by relevance Sort by last modified time
    Searched refs:copyTexImage2D (Results 26 - 32 of 32) sorted by null

12

  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 630 virtual void copyTexImage2D (deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border);
    [all...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitGL43.inl 57 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
    [all...]
glwInitGL44.inl 57 gl->copyTexImage2D = (glCopyTexImage2DFunc) loader->get("glCopyTexImage2D");
    [all...]
glwImpl.inl 450 gl->copyTexImage2D(target, level, internalformat, x, y, width, height, border);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapper.inl 406 m_gl.copyTexImage2D(param0, param1, param2, param3, param4, param5, param6, param7);
    [all...]

Completed in 151 milliseconds

12