HomeSort by relevance Sort by last modified time
    Searched refs:copyTexSubImage3D (Results 1 - 25 of 29) sorted by null

1 2

  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySubImage3D.hpp 143 void copyTexSubImage3D(const SubImage3DCopyParams& copy_params);
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/
gluES3PlusWrapperFuncs.inl 51 dst->copyTexSubImage3D = src.copyTexSubImage3D;
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 75 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height) = DE_NULL;
sglrGLContext.hpp 87 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
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);
sglrReferenceContext.hpp 638 virtual void copyTexSubImage3D (deUint32 target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 47 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
glwInitES31Direct.inl 51 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
glwInitES30.inl 47 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitES32Direct.inl 58 gl->copyTexSubImage3D = &glCopyTexSubImage3D;
glwFunctions.inl 118 glCopyTexSubImage3DFunc copyTexSubImage3D;
    [all...]
glwInitES31.inl 51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitES32.inl 58 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL30.inl 51 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL31.inl 52 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL32.inl 53 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL33.inl 55 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
glwInitGL40.inl 61 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL41.inl 64 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL42.inl 65 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL43.inl 69 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL44.inl 78 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL45.inl 92 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]
glwInitGL46.inl 92 gl->copyTexSubImage3D = (glCopyTexSubImage3DFunc) loader->get("glCopyTexSubImage3D");
    [all...]

Completed in 225 milliseconds

1 2