HomeSort by relevance Sort by last modified time
    Searched refs:swizzle (Results 1 - 16 of 16) sorted by null

  /external/skia/src/gpu/
GrTextureAccess.cpp 30 const char* swizzle,
32 this->reset(texture, swizzle, params);
36 const char* swizzle,
39 this->reset(texture, swizzle, bilerp, tileXAndY);
43 const char* swizzle,
46 GrAssert(strlen(swizzle) >= 1 && strlen(swizzle) <= 4);
50 this->setSwizzle(swizzle);
54 const char* swizzle,
58 GrAssert(strlen(swizzle) >= 1 && strlen(swizzle) <= 4)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.cpp 64 static void convertFormat(GraphicsContext3D* context, Texture::Format format, unsigned int* glFormat, unsigned int* glType, bool* swizzle)
66 *swizzle = false;
79 *swizzle = true;
111 bool swizzle; local
112 convertFormat(context, format, &glFormat, &glType, &swizzle);
122 template <bool swizzle>
127 if (!swizzle && width == srcStride)
130 if (swizzle) {
160 bool swizzle; local
161 convertFormat(m_context, m_format, &glFormat, &glType, &swizzle);
    [all...]
  /external/skia/include/gpu/
GrTextureAccess.h 103 /** A class representing the swizzle access pattern for a texture. Note that if the texture is
118 * Uses the default swizzle, "rgba".
126 * swizzle must be a string between one and four (inclusive) characters containing only 'r',
129 GrTextureAccess(GrTexture*, const char* swizzle, const GrTextureParams&);
131 const char* swizzle,
139 void reset(GrTexture*, const char* swizzle, const GrTextureParams&);
141 const char* swizzle,
161 * Returns a string representing the swizzle. The string is is null-terminated.
174 /** Returns a mask indicating which components are referenced in the swizzle. */
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 55 const char* swizzle = access.getSwizzle(); local
63 for (i = 0; '\0' != swizzle[i]; ++i) {
67 swizzle = mangledSwizzle;
69 // For shader prettiness we omit the swizzle rather than appending ".rgba".
70 if (memcmp(swizzle, "rgba", 4)) {
71 outAppend->appendf(".%s", swizzle);
134 // Assume that swizzle support implies that we never have to modify a shader to adjust
135 // for texture format/swizzle settings.
140 // Assert that key is set iff the swizzle will be modified.
GrGpuGL.cpp     [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DDSLoader.java 259 int swizzle = in.readInt(); local
278 if (swizzle == SWIZZLE_xGxR) {
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.pl 147 # Swizzle Macros
151 #MACRO swizzle pDst, pSrc, tmp1, tmp2
153 sub swizzle subroutine
1174 &swizzle("%rdi", "%rcx", "%rax", "%rbx");
1178 # swizzle(pg, tmp);
1204 &swizzle("%rbp", "%rcx", "%rax", "%rbx");
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputHLSL.cpp 744 TIntermAggregate *swizzle = node->getRight()->getAsAggregate(); local
746 if (swizzle)
748 TIntermSequence &sequence = swizzle->getSequence();
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 1038 void swizzle ( Arena* a, UInt lno ) function
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_opengl.h     [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glext.h     [all...]

Completed in 2216 milliseconds