HomeSort by relevance Sort by last modified time
    Searched refs:attribs (Results 76 - 100 of 207) sorted by null

1 2 34 5 6 7 8 9

  /external/mesa3d/src/mesa/swrast/
s_span.c 166 * fill in span->array->attribs[].
197 span->array->attribs[attr][k][0] = v0 * invW;
198 span->array->attribs[attr][k][1] = v1 * invW;
199 span->array->attribs[attr][k][2] = v2 * invW;
200 span->array->attribs[attr][k][3] = v3 * invW;
321 GLfloat (*col0)[4] = span->array->attribs[FRAG_ATTRIB_COL0];
483 GLfloat (*texcoord)[4] = span->array->attribs[attr];
619 * Fill in the arrays->attribs[FRAG_ATTRIB_WPOS] array.
624 GLfloat (*wpos)[4] = span->array->attribs[FRAG_ATTRIB_WPOS];
791 SHIFT_ARRAY(span->array->attribs[i], leftClip, n - leftClip)
    [all...]
s_zoom.c 169 zoomed.array->rgba = (GLchan (*)[4]) zoomed.array->attribs[FRAG_ATTRIB_COL0];
238 COPY_4V(zoomed.array->attribs[FRAG_ATTRIB_COL0][i], rgba[j]);
276 zoomed.array->attribs[FRAG_ATTRIB_COL0][i][0] = rgb[j][0];
277 zoomed.array->attribs[FRAG_ATTRIB_COL0][i][1] = rgb[j][1];
278 zoomed.array->attribs[FRAG_ATTRIB_COL0][i][2] = rgb[j][2];
279 zoomed.array->attribs[FRAG_ATTRIB_COL0][i][3] = 1.0F;
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);
s_alpha.c 126 GLfloat (*rgba)[4] = span->array->attribs[FRAG_ATTRIB_COL0];
s_logic.c 215 (GLuint *) span->array->attribs[FRAG_ATTRIB_COL0],
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp 275 VASurfaceAttrib attribs[2]; local
298 attribs[0].type = (VASurfaceAttribType)VASurfaceAttribMemoryType;
299 attribs[0].flags = VA_SURFACE_ATTRIB_SETTABLE;
300 attribs[0].value.type = VAGenericValueTypeInteger;
301 attribs[0].value.value.i = VA_SURFACE_ATTRIB_MEM_TYPE_ANDROID_GRALLOC;
303 attribs[1].type = (VASurfaceAttribType)VASurfaceAttribExternalBufferDescriptor;
304 attribs[1].flags = VA_SURFACE_ATTRIB_SETTABLE;
305 attribs[1].value.type = VAGenericValueTypePointer;
306 attribs[1].value.value.p = (void *)surfExtBuf;
314 attribs,
    [all...]
  /external/v8/src/
bootstrapper.cc 683 PropertyAttributes attribs = local
687 Accessors::FunctionPrototypeInfo(isolate(), attribs);
689 prototype, attribs);
1275 PropertyAttributes attribs = static_cast<PropertyAttributes>( local
1359 PropertyAttributes attribs = static_cast<PropertyAttributes>( local
2478 PropertyAttributes attribs = local
2878 PropertyAttributes attribs = static_cast<PropertyAttributes>( local
3207 PropertyAttributes attribs = DONT_ENUM; local
    [all...]
  /external/deqp/modules/egl/
teglImageTests.cpp 224 AttribMap attribs; local
229 attribs[EGL_RENDERABLE_TYPE] = eglu::apiRenderableType(apiType);
233 attribs[EGL_SURFACE_TYPE] = s_surfaceTypes[ndx];
234 configs = eglu::chooseConfigs(egl, display, attribs);
455 EGLint attribs[] = { EGL_GL_TEXTURE_LEVEL_KHR, 0, EGL_NONE }; local
456 EGLImageKHR image = CHECK_EXT_CALL_ERR(egl.createImageKHR(context.getEglDisplay(), context.getEglContext(), EGL_GL_TEXTURE_2D_KHR, (EGLClientBuffer)(deUintptr)srcTex, attribs), EGL_SUCCESS);
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/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/mesa3d/src/egl/drivers/glx/
egl_glx.c 446 /* no visual attribs unless window bit is set */
943 int attribs[5]; local
959 attribs[i] = None;
964 /* put geometry in attribs */
966 attribs[i++] = GLX_PBUFFER_WIDTH;
967 attribs[i++] = GLX_surf->Base.Width;
970 attribs[i++] = GLX_PBUFFER_HEIGHT;
971 attribs[i++] = GLX_surf->Base.Height;
973 attribs[i] = None;
976 GLX_dpy->fbconfigs[GLX_egl_config_index(conf)], attribs);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 317 LLVMValueRef w = bld->attribs[0][3];
335 a = bld->attribs[0][chan];
350 bld->attribs[attrib][chan] = a;
581 a = bld->attribs[0][chan];
640 LLVMValueRef w = bld->attribs[0][3];
659 bld->attribs[attrib][chan] = a;
728 bld->pos = bld->attribs[0];
729 bld->inputs = (const LLVMValueRef (*)[TGSI_NUM_CHANNELS]) bld->attribs[1];
745 bld->attribs[attrib][chan] = bld->coeff_bld.undef;
  /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...]
glsDrawTest.hpp 233 std::vector<AttributeSpec> attribs; member in struct:deqp::gls::DrawTestSpec
  /hardware/intel/common/libva/va/
va.c 686 VASurfaceAttrib *attribs = NULL; local
726 attribs = malloc(num_attribs * sizeof(*attribs));
727 if (!attribs) {
734 VASurfaceAttrib * const attrib = &attribs[n];
742 VASurfaceAttrib * const attrib = &attribs[n];
755 ctx, config, attribs, num_attribs);
762 VASurfaceAttrib * const attrib = &attribs[n];
782 const VASurfaceAttrib * const prev_attrib = &attribs[i];
801 const VASurfaceAttrib * const attrib = &attribs[n]
    [all...]
  /development/ndk/platforms/android-9/samples/native-activity/jni/
main.c 71 const EGLint attribs[] = { local
91 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_serializer.py 70 def _convertAttrib(self, attribs):
76 for attrib in attribs:
  /external/deqp/framework/qphelper/
qpXmlWriter.c 199 deBool qpXmlWriter_startElement(qpXmlWriter* writer, const char* elementName, int numAttribs, const qpXmlAttribute* attribs)
209 const qpXmlAttribute* attrib = &attribs[ndx];
  /external/skia/src/gpu/gl/egl/
SkCreatePlatformGLContext_egl.cpp 216 GrEGLint attribs[] = { GR_EGL_GL_TEXTURE_LEVEL, 0, GR_EGL_NONE }; local
219 EGLCreateImage(fDisplay, fContext, GR_EGL_GL_TEXTURE_2D, clientBuffer, attribs));
  /external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c 71 const EGLint attribs[] = { local
91 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
  /frameworks/native/opengl/tests/filter/
filter.cpp 58 EGLint attribs[] = { EGL_WIDTH, 320, EGL_HEIGHT, 480, EGL_NONE }; local
59 surface = eglCreatePbufferSurface(dpy, config, attribs);
  /external/testng/src/main/java/org/testng/reporters/
XMLSuiteResultWriter.java 151 Properties attribs = getTestResultAttributes(testResult); local
152 attribs.setProperty(XMLReporterConfig.ATTR_STATUS, getStatusString(testResult.getStatus()));
153 xmlBuffer.push(XMLReporterConfig.TAG_TEST_METHOD, attribs);
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 31 function initWebGL(canvasName, vshader, fshader, attribs, clearColor, clearDepth)
46 // For each string in the passed attribs array, bind an attrib with that name at that index.
47 // Once the attribs are bound, link the program and then use it.
56 function simpleSetup(gl, vshader, fshader, attribs, clearColor, clearDepth)
70 for (var i = 0; i < attribs.length; ++i)
71 gl.bindAttribLocation (program, i, attribs[i]);
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 479 const struct st_context_attribs *attribs,

Completed in 682 milliseconds

1 2 34 5 6 7 8 9