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

1 2 3

  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 149 uint dstLevel;
216 for (dstLevel = baseLevel + 1; dstLevel <= lastLevel; dstLevel++) {
217 const uint srcLevel = dstLevel - 1;
225 dstWidth = u_minify(pt->width0, dstLevel);
230 dstHeight = u_minify(pt->height0, dstLevel);
236 dstDepth = u_minify(pt->depth0, dstLevel);
239 dstImage = _mesa_get_tex_image(ctx, texObj, target, dstLevel);
st_texture.c 363 * Copy the image at level=0 in 'src' to the 'dst' resource at 'dstLevel'.
370 struct pipe_resource *dst, GLuint dstLevel,
374 GLuint width = u_minify(dst->width0, dstLevel);
375 GLuint height = u_minify(dst->height0, dstLevel);
376 GLuint depth = u_minify(dst->depth0, dstLevel);
407 dstLevel,
st_texture.h 211 struct pipe_resource *dst, GLuint dstLevel,
st_cb_texture.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c     [all...]
  /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/modules/gles31/functional/
es31fCopyImageTests.cpp 773 int dstLevel,
784 ArrayBuffer<deUint8>& dstLevelData = dstImageData[dstLevel];
794 const IVec3 dstTexelBlockStride = getTexelBlockStride(dstImageInfo, dstLevel);
872 int dstLevel,
884 dstName, dstImageInfo.getTarget(), dstLevel, dstPos.x(), dstPos.y(), dstPos.z(),
889 copyImageData(dstImageData, dstImageInfo, dstLevel, dstPos,
    [all...]
es31fStencilTexturingTests.cpp 480 const tcu::PixelBufferAccess dstLevel = dst.getLevelFace(levelNdx, face);
484 dstLevel.setPixel(Vec4(float(srcLevel.getPixStencil(x, y)) / 255.f, 0.f, 0.f, 1.f), x, y);
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [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 )
422 int dstLevel,
    [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 )
258 int dstLevel,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 836 const GLuint dstLevel = drawAtt->TextureLevel;
840 _mesa_select_tex_image(ctx, texObj, target, dstLevel);
  /external/mesa3d/include/GL/
glxext.h     [all...]
wglext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp 719 /* 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 ) */
722 (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) {
732 (GLint)dstLevel,
    [all...]
android_opengl_GLES32.cpp 450 /* 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 ) */
453 (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) {
463 (GLint)dstLevel,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glxext.h     [all...]
  /development/ndk/platforms/android-24/include/GLES2/
gl2ext.h 280 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAOESPROC) (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);
282 GL_APICALL void GL_APIENTRY glCopyImageSubDataOES (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/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glxew.h 808 typedef void ( * PFNGLXCOPYIMAGESUBDATANVPROC) (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth);
    [all...]
wglew.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h 280 typedef void (GL_APIENTRYP PFNGLCOPYIMAGESUBDATAOESPROC) (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);
282 GL_APICALL void GL_APIENTRY glCopyImageSubDataOES (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...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2ext.h     [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2ext.h     [all...]

Completed in 1566 milliseconds

1 2 3