HomeSort by relevance Sort by last modified time
    Searched full:srclevel (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/mesa3d/src/mapi/glapi/gen/
ARB_copy_image.xml 11 <param name="srcLevel" type="GLint"/>
  /external/mesa3d/src/mesa/main/
copyimage.h 39 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel,
copyimage.c 454 _mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel,
475 srcName, _mesa_enum_to_string(srcTarget), srcLevel,
487 if (!prepare_target(ctx, srcName, srcTarget, srcLevel, srcZ, srcDepth,
592 srcTexImage = srcTexImage->TexObject->Image[srcZ + i][srcLevel];
  /external/mesa3d/src/mesa/drivers/common/
meta_generate_mipmap.c 63 GLuint srcLevel;
74 srcLevel = texObj->BaseLevel;
75 baseImage = _mesa_select_tex_image(texObj, target, srcLevel);
274 const GLuint srcLevel = dstLevel - 1;
279 srcImage = _mesa_select_tex_image(texObj, faceTarget, srcLevel);
320 (GLint *) &srcLevel, false);
meta_blit.c 622 GLuint srcLevel;
640 srcLevel = readAtt->TextureLevel;
648 srcLevel = 0;
675 srcLevel = 0;
719 srcLevel);
761 = _mesa_select_tex_image(texObj, target, srcLevel);
    [all...]
meta.h 475 GLenum target, GLenum filter, GLuint srcLevel);
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 351 struct pipe_resource *src, GLuint srcLevel,
360 if (u_minify(src->width0, srcLevel) != width ||
361 u_minify(src->height0, srcLevel) != height ||
362 u_minify(src->depth0, srcLevel) != depth) {
398 srcLevel,
st_texture.h 246 struct pipe_resource *src, GLuint srcLevel,
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES31Ext.spec 15 void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
GLES32.spec 2 void glCopyImageSubData ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 1011 int srcLevel,
1016 const ArrayBuffer<deUint8>& srcLevelData = srcImageData[srcLevel];
1022 const IVec3 srcTexelBlockStride = getTexelBlockStride(srcImageInfo, srcLevel);
    [all...]
  /external/mesa3d/docs/relnotes/
7.8.2.html 144 <li>Don't set srcLevel on <code>GL_TEXTURE_RECTANGLE_ARB</code> targets.</li>
  /frameworks/base/libs/hwui/debug/
gles_stubs.in     [all...]
gles_decls.in 316 GL_ENTRY(void, glCopyImageSubData, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
    [all...]
  /external/mesa3d/include/GL/
wglext.h 649 typedef BOOL (WINAPI * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint (…)
    [all...]
  /external/swiftshader/include/GL/
wglext.h     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES31Ext.java 411 // C function void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
416 int srcLevel,
    [all...]
GLES32.java 247 // C function void glCopyImageSubData ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
252 int srcLevel,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
wglext.h 649 typedef BOOL (WINAPI * PFNWGLCOPYIMAGESUBDATANVPROC) (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint (…)
    [all...]
  /external/deqp/framework/common/
tcuTexture.cpp     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cCopyImageTests.cpp     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp 745 /* void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth ) */
748 (JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) {
752 (GLint)srcLevel,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c     [all...]

Completed in 1368 milliseconds

1 2 3