OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:varying
(Results
51 - 75
of
736
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/native/libs/gui/tests/
TextureRenderer.cpp
38
"
varying
vec2 texCoords;\n"
50
"
varying
vec2 texCoords;\n"
/prebuilts/misc/windows/sdl2/test/
testshader.c
44
"
varying
vec4 v_color;\n"
52
"
varying
vec4 v_color;\n"
63
"
varying
vec4 v_color;\n"
64
"
varying
vec2 v_texCoord;\n"
73
"
varying
vec4 v_color;\n"
74
"
varying
vec2 v_texCoord;\n"
86
"
varying
vec2 v_texCoord;\n"
94
"
varying
vec2 v_texCoord;\n"
/external/deqp/data/gles31/shaders/
linkage_tessellation_geometry_varying_types.test
5
desc "
varying
of type float"
75
desc "
varying
of type vec2"
145
desc "
varying
of type vec3"
215
desc "
varying
of type vec4"
285
desc "
varying
of type mat2"
355
desc "
varying
of type mat2x3"
425
desc "
varying
of type mat2x4"
495
desc "
varying
of type mat3x2"
565
desc "
varying
of type mat3"
635
desc "
varying
of type mat3x4
[
all
...]
/external/mesa3d/src/mesa/vbo/
vbo_split_copy.c
69
}
varying
[VERT_ATTRIB_MAX];
member in struct:copy_context
259
const struct gl_client_array *srcarray = copy->
varying
[i].array;
260
const GLubyte *srcptr = copy->
varying
[i].src_ptr + elt * srcarray->StrideB;
262
memcpy(csr, srcptr, copy->
varying
[i].size);
263
csr += copy->
varying
[i].size;
280
printf("
varying
%d: ", i);
281
for(j = 0; j < copy->
varying
[i].size / 4; j++)
436
/* Make a list of
varying
attributes and their vbo's. Also
449
copy->
varying
[j].attr = i;
450
copy->
varying
[j].array = copy->array[i]
[
all
...]
/frameworks/base/libs/hwui/
ProgramCache.cpp
63
"
varying
vec2 outTexCoords;\n";
65
"
varying
vec4 outColors;\n";
67
"
varying
float alpha;\n";
69
"
varying
highp vec2 outBitmapTexCoords;\n";
72
"
varying
highp vec2 linear;\n"
73
"
varying
vec2 ditherTexCoords;\n",
74
"
varying
float linear;\n"
75
"
varying
vec2 ditherTexCoords;\n",
78
"
varying
highp vec2 circular;\n"
79
"
varying
vec2 ditherTexCoords;\n"
[
all
...]
/external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp
85
// \note In fragment cases with DECISION_ATTRIBUTE, the value in the expression will actually be a
varying
.
207
vtx << "
varying
mediump vec4 v_color;\n";
208
frag << "
varying
mediump vec4 v_color;\n";
212
vtx << "
varying
mediump vec4 v_value0;\n";
213
vtx << "
varying
mediump vec4 v_value1;\n";
214
frag << "
varying
mediump vec4 v_value0;\n";
215
frag << "
varying
mediump vec4 v_value1;\n";
219
vtx << "
varying
mediump float v_compareValue;\n";
220
frag << "
varying
mediump float v_compareValue;\n";
482
vtx << "
varying
mediump vec4 v_color;\n"
[
all
...]
/cts/tests/openglperf2/assets/fragment/
blur
17
varying
vec2 v_TexCoordinate;
/external/chromium-libpac/test/js-unittest/
bindings.js
1
// Try calling the browser-side bound functions with
varying
(invalid)
/external/kernel-headers/original/uapi/asm-generic/
termios.h
5
*
varying
levels of bug fixes on top. Usually it's a good idea
/external/proguard/src/proguard/gui/splash/
Sprite.java
26
* This interface describes objects that can paint themselves, possibly
varying
/external/skia/src/gpu/
GrPathProcessor.h
15
* extending this class to handle all nvpr uniform /
varying
/ program work.
/external/v8/test/mjsunit/es6/regress/
regress-new-target-context.js
6
// function contexts of
varying
sizes, making sure the value is not clobbered.
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AlphaBlendFilter.java
35
"
varying
vec2 v_texcoord;\n" +
BrightnessFilter.java
34
"
varying
vec2 v_texcoord;\n" +
ContrastFilter.java
34
"
varying
vec2 v_texcoord;\n" +
Invert.java
33
"
varying
vec2 v_texcoord;\n" +
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
termios.h
5
*
varying
levels of bug fixes on top. Usually it's a good idea
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termios.h
5
*
varying
levels of bug fixes on top. Usually it's a good idea
/toolchain/binutils/binutils-2.25/include/vms/
dsc.h
63
#define DSC__K_DTYPE_VT 37 /*
Varying
Text. */
65
#define DSC__K_DTYPE_VT2 39 /* 16-bit
varying
char. */
77
#define DSC__K_CLASS_VS 11 /*
Varying
string. */
78
#define DSC__K_CLASS_VSA 12 /*
Varying
string array. */
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers1.c
4
* then link applications against
varying
sets of these.
/cts/tests/openglperf2/jni/primitive/pixeloutput/
PixelOutputRenderer.cpp
39
"
varying
vec2 v_TexCoord;"
48
"
varying
vec2 v_TexCoord;"
/developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
TextureRenderer.java
44
"
varying
vec2 v_texcoord;\n" +
53
"
varying
vec2 v_texcoord;\n" +
/developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
TextureRenderer.java
44
"
varying
vec2 v_texcoord;\n" +
53
"
varying
vec2 v_texcoord;\n" +
/development/ndk/platforms/android-18/samples/gles3jni/jni/
RendererES2.cpp
26
"
varying
vec4 vColor;\n"
35
"
varying
vec4 vColor;\n"
/development/perftests/panorama/feature_mos/src/mosaic_renderer/
WarpRenderer.cpp
166
"
varying
vec2 v_texCoord; \n"
180
"
varying
vec2 v_texCoord; \n"
Completed in 2365 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>