Searched refs:copyTextureSubImage3D (Results 1 – 10 of 10) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 5711 gl.copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height); in CopyTextureSubImage3DAndCheckErrors() 11757 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 0, 0, 0, 0, 0, s_width, s_height); in Test3D() 11773 gl.copyTextureSubImage3D(m_to_invalid, 0, 0, 0, 0, 0, 0, s_width, s_height); in Test3D() 11777 gl.copyTextureSubImage3D(m_to_1D_dst, 0, 0, 0, 0, 0, 0, s_width, s_height); in Test3D() 11785 gl.copyTextureSubImage3D(m_to_3D_dst, -1, 0, 0, 0, 0, 0, s_width, s_height); in Test3D() 11795 gl.copyTextureSubImage3D(m_to_3D_dst, 0, -1, 0, 0, 0, 0, s_width, s_height); in Test3D() 11798 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 1, 0, 0, 0, 0, s_width, s_height); in Test3D() 11803 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 0, -1, 0, 0, 0, s_width, s_height); in Test3D() 11806 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 0, 1, 0, 0, 0, s_width, s_height); in Test3D() 11811 gl.copyTextureSubImage3D(m_to_3D_dst, 0, 0, 0, -1, 0, 0, s_width, s_height); in Test3D() [all …]
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 126 glCopyTextureSubImage3DFunc copyTextureSubImage3D; variable
|
D | glwInitGL45.inl | 95 gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubI…
|
D | glwInitGL46.inl | 95 gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubI…
|
D | glwInitExtGL.inl | 623 …gl->copyTextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubI…
|
D | glwImpl.inl | 972 gl->copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 126 gl->copyTextureSubImage3D = glCopyTextureSubImage3D;
|
/external/skia/src/gpu/gl/ |
D | GrGLTestInterface.h | 246 …virtual GrGLvoid copyTextureSubImage3D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint x… in copyTextureSubImage3D() function
|
/external/skqp/src/gpu/gl/ |
D | GrGLTestInterface.h | 246 …virtual GrGLvoid copyTextureSubImage3D(GrGLuint texture, GrGLenum target, GrGLint level, GrGLint x… in copyTextureSubImage3D() function
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 863 m_gl.copyTextureSubImage3D(texture, level, xoffset, yoffset, zoffset, x, y, width, height);
|