Searched refs:copyTextureSubImage3D (Results 1 - 11 of 11) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTexturesTests.cpp5107 gl.copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);
11153 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 0, 0, 0, 0, 0, s_width, s_height);
11169 gl.copyTextureSubImage3D(m_to_invalid, 0, 0, 0, 0, 0, 0, s_width, s_height);
11173 gl.copyTextureSubImage3D(m_to_1D_dst, 0, 0, 0, 0, 0, 0, s_width, s_height);
11181 gl.copyTextureSubImage3D(m_to_3D_dst, -1, 0, 0, 0, 0, 0, s_width, s_height);
11191 gl.copyTextureSubImage3D(m_to_3D_dst, 0, -1, 0, 0, 0, 0, s_width, s_height);
11194 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 1, 0, 0, 0, 0, s_width, s_height);
11199 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 0, -1, 0, 0, 0, s_width, s_height);
11202 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 0, 1, 0, 0, 0, s_width, s_height);
11207 gl.copyTextureSubImage3D(m_to_3D_ds
[all...]
/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl126 glCopyTextureSubImage3DFunc copyTextureSubImage3D;
H A DglwInitExtGL.inl617 gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubImage3D");
H A DglwInitGL45.inl95 gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubImage3D");
H A DglwInitGL46.inl95 gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubImage3D");
H A DglwImpl.inl972 gl->copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.cpp239 fFunctions.fCopyTextureSubImage3D = bind_to_member(this, &GrGLTestInterface::copyTextureSubImage3D);
H A DGrGLTestInterface.h244 virtual GrGLvoid copyTextureSubImage3D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLint zoffset, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height) {} function in class:GrGLTestInterface
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h244 virtual GrGLvoid copyTextureSubImage3D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint xoffset, GrGLint yoffset, GrGLint zoffset, GrGLint x, GrGLint y, GrGLsizei width, GrGLsizei height) {} function in class:GrGLTestInterface
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl126 gl->copyTextureSubImage3D = glCopyTextureSubImage3D;
/external/deqp/framework/opengl/
H A DgluCallLogWrapper.inl863 m_gl.copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);

Completed in 637 milliseconds