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

  /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/mesa3d/src/glsl/
lower_vec_index_to_cond_assign.cpp 28 * of each channel's swizzle into a temporary.
75 ir_swizzle *swizzle; local
98 /* Temporary where we store whichever value we swizzle out. */
114 swizzle = new(base_ir) ir_swizzle(orig_deref->array->clone(mem_ctx, NULL),
118 assign = new(base_ir) ir_assignment(deref, swizzle, condition);
141 /* Can't be hit from normal GLSL, since you can't swizzle a scalar (which
192 ir_rvalue *condition, *swizzle; local
203 swizzle = new(ir) ir_swizzle(orig_deref->array->clone(mem_ctx, NULL),
207 assign = new(ir) ir_assignment(swizzle, deref, condition);
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 1896 const char* swizzle = ""; local
    [all...]
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 146 # Swizzle Macros
150 #MACRO swizzle pDst, pSrc, tmp1, tmp2
152 sub swizzle subroutine
1173 &swizzle("%rdi", "%rcx", "%rax", "%rbx");
1177 # swizzle(pg, tmp);
1203 &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 1072 void swizzle ( Arena* a, UInt lno ) function
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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/host/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 884 milliseconds