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

1 2

  /external/mesa3d/src/mesa/main/
texstore.c 311 * \param srcDepth source image depth
322 GLint srcWidth, GLint srcHeight, GLint srcDepth,
357 tempImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth
363 for (img = 0; img < srcDepth; img++) {
395 newImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth
404 n = srcWidth * srcHeight * srcDepth;
434 GLint srcWidth, GLint srcHeight, GLint srcDepth,
466 tempImage = (GLuint *) malloc(srcWidth * srcHeight * srcDepth
472 for (img = 0; img < srcDepth; img++) {
504 newImage = (GLuint *) malloc(srcWidth * srcHeight * srcDepth
    [all...]
texstore.h 63 GLint srcWidth, GLint srcHeight, GLint srcDepth, \
77 GLint srcWidth, GLint srcHeight, GLint srcDepth,
86 GLint srcWidth, GLint srcHeight, GLint srcDepth,
mipmap.h 36 GLint srcWidth, GLint srcHeight, GLint srcDepth,
texcompress_rgtc.c 108 srcWidth, srcHeight, srcDepth,
155 srcWidth, srcHeight, srcDepth,
203 srcWidth, srcHeight, srcDepth,
257 srcWidth, srcHeight, srcDepth,
texcompress_s3tc.c 182 srcWidth, srcHeight, srcDepth,
235 srcWidth, srcHeight, srcDepth,
288 srcWidth, srcHeight, srcDepth,
340 srcWidth, srcHeight, srcDepth,
mipmap.c     [all...]
texcompress_fxt1.c 80 srcWidth, srcHeight, srcDepth,
130 srcWidth, srcHeight, srcDepth,
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 91 struct gl_renderbuffer_attachment *srcDepth, *srcStencil;
95 srcDepth = &ctx->ReadBuffer->Attachment[BUFFER_DEPTH];
101 st_is_depth_stencil_combined(srcDepth, srcStencil) &&
106 srcRb = st_renderbuffer(srcDepth->Renderbuffer);
268 struct gl_renderbuffer_attachment *srcDepth =
292 st_is_depth_stencil_combined(srcDepth, srcStencil) &&
  /external/skia/src/images/
SkImageDecoder.cpp 110 SkColorType SkImageDecoder::getPrefColorType(SrcDepth srcDepth, bool srcHasAlpha) const {
113 switch (srcDepth) {
SkImageDecoder_libpng.cpp 591 SrcDepth srcDepth = k32Bit_SrcDepth;
593 srcDepth = k8BitGray_SrcDepth;
598 *colorTypep = this->getPrefColorType(srcDepth, *hasAlphap);
606 if (k8BitGray_SrcDepth != srcDepth) {
    [all...]
SkImageDecoder_libjpeg.cpp 435 SrcDepth srcDepth = k32Bit_SrcDepth;
437 srcDepth = k8BitGray_SrcDepth;
440 SkColorType colorType = this->getPrefColorType(srcDepth, /*hasAlpha*/ false);
    [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 )
  /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 )
428 int srcDepth
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp 725 /* 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 ) */
728 (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) {
744 (GLsizei)srcDepth
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/GLES2/
gl2ext.h     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/GLES2/
gl2ext.h     [all...]

Completed in 620 milliseconds

1 2