/external/mesa3d/src/mesa/swrast/ |
s_span.h | 75 GLfloat attribs[FRAG_ATTRIB_MAX][SWRAST_MAX_WIDTH][4]; member in struct:sw_span_arrays 82 /** Attribute arrays that don't fit into attribs[] array above */
|
s_atifragshader.c | 266 span->array->attribs[FRAG_ATTRIB_TEX0 + pass_tex][column]); 289 span->array->attribs[FRAG_ATTRIB_TEX0 + coord_source][column]); 572 COPY_4V(inputs[ATI_FS_INPUT_PRIMARY], span->array->attribs[FRAG_ATTRIB_COL0][col]); 573 COPY_4V(inputs[ATI_FS_INPUT_SECONDARY], span->array->attribs[FRAG_ATTRIB_COL1][col]); 602 COPY_4V(span->array->attribs[FRAG_ATTRIB_COL0][i], colOut);
|
/frameworks/base/docs/html/ndk/reference/ |
struct_a_native_window___buffer.jd | 8 <a href="#pub-attribs">Data Fields</a> </div> 16 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
|
struct_a_rect.jd | 8 <a href="#pub-attribs">Data Fields</a> </div> 16 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
|
struct_android_bitmap_info.jd | 8 <a href="#pub-attribs">Data Fields</a> </div> 16 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
|
struct_a_sensor_vector.jd | 8 <a href="#pub-attribs">Data Fields</a> </div> 16 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
|
struct_a_uncalibrated_event.jd | 8 <a href="#pub-attribs">Data Fields</a> </div> 16 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_vbuf.c | 129 const struct pipe_vertex_element *attribs); 444 /* See if there are vertex attribs of each type to translate and 492 * Whether vertex, instance, or constant attribs. */ 531 /* Fixup the stride for constant attribs. */ 591 const struct pipe_vertex_element *attribs) 601 memcpy(ve->ve, attribs, sizeof(struct pipe_vertex_element) * count); 602 memcpy(driver_attribs, attribs, sizeof(struct pipe_vertex_element) * count); 878 /* See if there are any per-vertex attribs which will be uploaded or [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderBuiltinVarTests.cpp | 938 rr::VertexAttrib attribs[2]; local 940 attribs[0].type = rr::VERTEXATTRIBTYPE_FLOAT; 941 attribs[0].size = 4; 942 attribs[0].stride = 0; 943 attribs[0].instanceDivisor = 0; 944 attribs[0].pointer = positions; 946 attribs[1].type = rr::VERTEXATTRIBTYPE_FLOAT; 947 attribs[1].size = 4; 948 attribs[1].stride = 0; 949 attribs[1].instanceDivisor = 0 [all...] |
/external/deqp/modules/glshared/ |
glsDrawTest.cpp | 294 if (a.attribs.size() != b.attribs.size()) 297 for (size_t ndx = 0; ndx < a.attribs.size(); ++ndx) 301 if (a.attribs[ndx].additionalPositionAttribute != b.attribs[ndx].additionalPositionAttribute) 305 if (outputTypeIsFloatType(a.attribs[ndx].outputType) && outputTypeIsFloatType(b.attribs[ndx].outputType)) 307 if (outputTypeIsIntType(a.attribs[ndx].outputType) && outputTypeIsIntType(b.attribs[ndx].outputType)) 309 if (outputTypeIsUintType(a.attribs[ndx].outputType) && outputTypeIsUintType(b.attribs[ndx].outputType) [all...] |
/external/deqp/modules/egl/ |
teglImageUtil.cpp | 106 static const EGLint attribs[] = { EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE }; local 107 const EGLSurface surface = egl.createPbufferSurface(dpy, config, attribs); 170 const vector<EGLint> attribs = eglu::attribMapToList(attribMap); local 172 clientBuffer, &attribs.front());
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_interp.h | 101 LLVMValueRef attribs[1 + PIPE_MAX_SHADER_INPUTS][TGSI_NUM_CHANNELS]; member in struct:lp_build_interp_soa_context
|
/external/skia/src/gpu/ |
GrPipeline.h | 103 * Alter the program desc and inputs (attribs and processors) based on the blend optimization.
|
/external/skia/src/gpu/gl/ |
GrGLVertexArray.h | 80 * This function disables vertex attribs not present in the mask. It is assumed that the
|
/development/ndk/platforms/android-9/samples/native-activity/jni/ |
main.c | 71 const EGLint attribs[] = { local 91 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_rasterpos.c | 156 /* update other raster attribs */ 249 /* All vertex attribs but position were previously initialized above.
|
/external/openssh/ |
sftp-common.c | 65 /* Convert from struct stat to filexfer attribs */ 83 /* Convert from filexfer attribs to struct stat */
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/ |
main.c | 71 const EGLint attribs[] = { local 91 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_contextlib.py | 86 def attribs(**kw): function in function:ContextManagerTestCase._create_contextmanager_attribs 93 @attribs(foo='bar')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_contextlib.py | 86 def attribs(**kw): function in function:ContextManagerTestCase._create_contextmanager_attribs 93 @attribs(foo='bar')
|
/external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/examples/ |
UrlTextExample.html | 68 <FONT color="green">065</FONT> public void openTag(String elementName, List<String> attribs) {<a name="line.65"></a> 69 <FONT color="green">066</FONT> underlying.openTag(elementName, attribs);<a name="line.66"></a> 73 <FONT color="green">070</FONT> if (!attribs.isEmpty()) {<a name="line.70"></a> 83 <FONT color="green">080</FONT> for (int i = 0, n = attribs.size(); i < n; i += 2) {<a name="line.80"></a> 84 <FONT color="green">081</FONT> if (urlAttrName.equals(attribs.get(i))) {<a name="line.81"></a> 85 <FONT color="green">082</FONT> String url = attribs.get(i+1).trim();<a name="line.82"></a>
|
/external/drm_hwcomposer/ |
glworker.cpp | 362 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, acquireFenceFd, local 365 eglCreateSyncKHR(egl_display, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); 387 (EGLClientBuffer)handle, NULL /* no attribs */); 419 EGLint attribs[] = {EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE, EGL_NONE}; local 530 NULL /* no attribs */),
|
/frameworks/rs/driver/ |
rsdGL.cpp | 146 ALOGV("MAX Attribs %i", dc->gl.gl.maxVertexAttribs); 543 RsdVertexArray::Attrib attribs[2]; 545 attribs[0].set(GL_FLOAT, 3, 12, false, (size_t)vtx, "ATTRIB_position"); 546 attribs[1].set(GL_FLOAT, 2, 8, false, (size_t)tex, "ATTRIB_texture0"); 548 RsdVertexArray va(attribs, 2);
|
/hardware/intel/img/psb_video/src/ |
psb_drv_video.c | 2704 VASurfaceAttrib *attribs = NULL; local [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_context.h | 73 * GLSL vertex shader which cannot be aliased with conventional vertex attribs. 74 * Compacting _TNL_ATTRIB_MAT_* attribs would not work, they would not give 76 * attribs want (16).
|