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

1 2

  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 68 virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) = DE_NULL;
sglrContextWrapper.cpp 136 m_curCtx->texSubImage1D(target, level, xoffset, width, format, type, data);
sglrGLContext.hpp 80 virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data);
sglrGLContext.cpp 280 void GLContext::texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data)
sglrReferenceContext.hpp 631 virtual void texSubImage1D (deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data);
    [all...]
sglrReferenceContext.cpp     [all...]
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl     [all...]
glwInitGL30.inl 192 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
glwInitGL31.inl 203 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
glwInitGL32.inl 221 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
glwInitGL33.inl 240 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
glwInitGL40.inl 268 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
    [all...]
glwInitGL41.inl 342 gl->texSubImage1D = (glTexSubImage1DFunc) loader->get("glTexSubImage1D");
    [all...]
glwInitGL42.inl     [all...]
glwInitGL43.inl     [all...]
glwInitGL44.inl     [all...]
glwInitGL45.inl     [all...]
glwInitGL46.inl     [all...]
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 292 gl.texSubImage1D(texTarget, 0, 0, 1, transferFmt.format, transferFmt.dataType, color);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseTextureTests.cpp 294 gl.texSubImage1D(target, level, x, width, format, type, pixels);
    [all...]
gl3cTextureSwizzleTests.cpp     [all...]
gl4cBufferStorageTests.cpp     [all...]
gl4cMultiBindTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.cpp 905 gl.texSubImage1D(target, level, x, width, format, type, pixels);
906 GLU_EXPECT_NO_ERROR(gl.getError(), "TexSubImage1D");
    [all...]

Completed in 778 milliseconds

1 2