/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
vertexconversion.h | 167 const InputType *ein = reinterpret_cast<const InputType*>(input + i * stride); local 169 copyComponent(out, ein, 0, static_cast<OutputType>(DefaultValueRule::zero())); 170 copyComponent(out, ein, 1, static_cast<OutputType>(DefaultValueRule::zero())); 171 copyComponent(out, ein, 2, static_cast<OutputType>(DefaultValueRule::zero())); 172 copyComponent(out, ein, 3, static_cast<OutputType>(DefaultValueRule::one()));
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
intrinsic_colormatrix.rs | 22 rs_element ein = rsAllocationGetElement(in); 24 rs_data_type dtin = rsElementGetDataType(ein); 26 uint32_t vsin = rsElementGetVectorSize(ein);
|
IntrinsicColorMatrix.java | 41 Element ein = makeElement(dtIn, vsIn); local 45 makeSource(w, h, ein);
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vertex.h | 86 GLuint edst, GLuint eout, GLuint ein, 171 GLuint edst, GLuint eout, GLuint ein,
|
t_vertex.c | 155 GLuint edst, GLuint eout, GLuint ein, 167 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); 195 GLuint edst, GLuint eout, GLuint ein, 199 vtx->interp( ctx, t, edst, eout, ein, force_boundary );
|
t_vertex_generic.c | 1013 GLuint edst, GLuint eout, GLuint ein, 1019 const GLubyte *vin = vtx->vertex_buf + ein * vtx->vertex_size;
|
/external/mesa3d/src/mesa/tnl/ |
t_vertex.h | 86 GLuint edst, GLuint eout, GLuint ein, 171 GLuint edst, GLuint eout, GLuint ein,
|
t_vertex.c | 155 GLuint edst, GLuint eout, GLuint ein, 167 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); 195 GLuint edst, GLuint eout, GLuint ein, 199 vtx->interp( ctx, t, edst, eout, ein, force_boundary );
|
t_vertex_generic.c | 1013 GLuint edst, GLuint eout, GLuint ein, 1019 const GLubyte *vin = vtx->vertex_buf + ein * vtx->vertex_size;
|