HomeSort by relevance Sort by last modified time
    Searched full:attribs (Results 26 - 50 of 256) sorted by null

12 3 4 5 6 7 8 91011

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_vertex.c 43 const struct pipe_vertex_element *attribs)
50 memcpy(velems->velem, attribs, sizeof(*attribs) * count);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_vertex.c 44 const struct pipe_vertex_element *attribs)
51 memcpy(velems->velem, attribs, sizeof(*attribs) * count);
  /external/mesa3d/src/mesa/program/
prog_execute.h 54 GLfloat (*Attribs)[PROG_MAX_WIDTH][4];
58 GLuint CurElement; /**< Index into Attribs arrays */
60 /** Vertex Input attribs */
  /external/skia/experimental/AndroidPathRenderer/
GrAndroidPathRenderer.cpp 43 GrVertexAttrib attribs[] = { local
47 drawState->setVertexAttribs(attribs, SK_ARRAY_COUNT(attribs));
  /external/deqp/framework/egl/
egluUtil.cpp 46 vector<EGLint> attribMapToList (const AttribMap& attribs)
50 for (AttribMap::const_iterator it = attribs.begin(); it != attribs.end(); ++it)
165 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const AttribMap& attribs)
167 const vector<EGLint> attribList = attribMapToList(attribs);
171 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const AttribMap& attribs)
173 const vector<EGLint> attribList = attribMapToList(attribs);
179 AttribMap attribs; local
181 attribs[EGL_CONFIG_ID] = id;
182 attribs[EGL_TRANSPARENT_TYPE] = EGL_DONT_CARE
    [all...]
egluStrUtil.cpp 155 int attrib = fmt.attribs[pos];
172 str << attribName << ", " << getConfigAttribValueStr(attrib, fmt.attribs[pos+1]);
195 int attrib = fmt.attribs[pos];
212 str << attribName << ", " << getSurfaceAttribValueStr(attrib, fmt.attribs[pos+1]);
235 int attrib = fmt.attribs[pos];
252 str << attribName << ", " << getContextAttribValueStr(attrib, fmt.attribs[pos+1]);
egluUtil.hpp 64 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, const AttribMap& attribs);
66 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, const eglw::EGLint* attribs);
67 eglw::EGLConfig chooseSingleConfig (const eglw::Library& egl, eglw::EGLDisplay display, const AttribMap& attribs);
68 eglw::EGLConfig chooseSingleConfig (const eglw::Library& egl, eglw::EGLDisplay display, const eglw::EGLint* attribs);
94 std::vector<eglw::EGLint> toLegacyAttribList (const eglw::EGLAttrib* attribs);
  /external/mesa3d/src/glx/tests/
fake_glx_screen.h 95 const uint32_t *attribs,
100 (void) attribs;
139 const uint32_t *attribs,
144 (void) attribs;
create_context_unittest.cpp 81 const uint32_t *attribs)
93 if (num_attribs != 0 && attribs != NULL)
94 memcpy(sent_attribs, attribs, num_attribs * 2 * sizeof(uint32_t));
294 static const int attribs[] = { local
304 False, attribs);
311 static const int attribs[] = { local
316 False, attribs);
331 int attribs[] = { local
339 False, attribs);
342 EXPECT_EQ((uint32_t) attribs[i], sent_attribs[i])
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
StdField.java 44 AttributeList attribs = getAttributes(); local
46 attribs.findFirst(AttConstantValue.ATTRIBUTE_NAME);
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.h 70 typedef KeyedVector<AString,AString> Attribs;
73 Vector<Attribs> mTracks;
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
UrlTextExample.java 65 public void openTag(String elementName, List<String> attribs) {
66 underlying.openTag(elementName, attribs);
70 if (!attribs.isEmpty()) {
80 for (int i = 0, n = attribs.size(); i < n; i += 2) {
81 if (urlAttrName.equals(attribs.get(i))) {
82 String url = attribs.get(i+1).trim();
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 301 EGLint *attribs = NULL; local
306 attribs = new EGLint[nAttribs];
307 memcpy(attribs, attrib_list, nAttribs * sizeof(EGLint));
312 if (attribs[i] == EGL_RENDERABLE_TYPE) {
313 if (attribs[i + 1] & EGL_OPENGL_ES2_BIT) {
314 attribs[i + 1] &= ~EGL_OPENGL_ES2_BIT;
315 attribs[i + 1] |= EGL_OPENGL_ES_BIT;
316 ALOGD("removing ES2 bit 0x%x\n", attribs[i + 1]);
321 return attribs;
328 EGLint *attribs = filter_es2_bit(attrib_list, NULL) local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_image.c 68 const EGLint *attribs)
76 if (_eglParseImageAttribList(&attrs, dpy, attribs) != EGL_SUCCESS)
134 _EGLImage *img, const EGLint *attribs)
144 if (_eglParseImageAttribList(&attrs, dpy, attribs) != EGL_SUCCESS)
188 _EGLImage *img, const EGLint *attribs)
226 const EGLint *attribs)
251 (EGLint) pointer_to_intptr(buffer), &gimg->base, attribs);
257 (struct wl_buffer *) buffer, &gimg->base, attribs);
310 const EGLint *attribs)
327 ptex = egl_g3d_create_drm_buffer(dpy, &gimg->base, attribs);
    [all...]
egl_g3d_api.c 121 egl_g3d_choose_config(_EGLDriver *drv, _EGLDisplay *dpy, const EGLint *attribs,
126 if (!_eglParseConfigAttribList(&data.criteria, dpy, attribs))
146 _EGLContext *share, const EGLint *attribs)
161 if (!_eglInitContext(&gctx->base, dpy, conf, attribs)) {
224 const EGLint *attribs)
255 if (!_eglInitSurface(&gsurf->base, dpy, arg->type, conf, attribs)) {
320 const EGLint *attribs)
328 return egl_g3d_create_surface(drv, dpy, conf, &arg, attribs);
334 const EGLint *attribs)
342 return egl_g3d_create_surface(drv, dpy, conf, &arg, attribs);
    [all...]
  /external/openssh/
ssh-pkcs11.c 439 CK_ATTRIBUTE filter[], CK_ATTRIBUTE attribs[3],
462 /* XXX 3 attributes in attribs[] */
464 attribs[i].pValue = NULL;
465 attribs[i].ulValueLen = 0;
471 if ((rv = f->C_GetAttributeValue(session, obj, attribs, 3))
477 if (attribs[0].ulValueLen == 0 ||
478 attribs[1].ulValueLen == 0 ||
479 attribs[2].ulValueLen == 0) {
484 attribs[i].pValue = xmalloc(attribs[i].ulValueLen)
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 698 VASurfaceAttrib attribs[2]; local
750 attribs[0].type = (VASurfaceAttribType)VASurfaceAttribMemoryType;
751 attribs[0].flags = VA_SURFACE_ATTRIB_SETTABLE;
752 attribs[0].value.type = VAGenericValueTypeInteger;
753 attribs[0].value.value.i = type;
755 attribs[1].type = (VASurfaceAttribType)VASurfaceAttribExternalBufferDescriptor;
756 attribs[1].flags = VA_SURFACE_ATTRIB_SETTABLE;
757 attribs[1].value.type = VAGenericValueTypePointer;
758 attribs[1].value.value.p = (void *)&extbuf;
761 vinfo.height, &surface, 1, attribs, 2)
773 VASurfaceAttrib attribs[2]; local
    [all...]
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp 15 EGLint rcChooseConfig(EGLint* attribs, uint32_t attribs_size, uint32_t* configs, uint32_t configs_size);
80 EGLint rcChooseConfig(EGLint* attribs, uint32_t attribs_size, uint32_t* configs, uint32_t configs_size)
83 return ctx->rcChooseConfig(ctx, attribs, attribs_size, configs, configs_size);
  /external/libvncserver/x11vnc/
macosx_opengl.c 84 CGLPixelFormatAttribute attribs[] = { local
95 attribs[2] = CGDisplayIDToOpenGLDisplayMask(displayID);
97 CGLChoosePixelFormat(attribs, &pixelFormatObj, &numPixelFormats);
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_vertex.c 91 const struct pipe_vertex_element *attribs)
98 memcpy(velems->velem, attribs, sizeof(*attribs) * count);
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 115 EGLint attribs[] = { local
129 if (!eglChooseConfig(mEglDisplay, attribs, &mEglConfig, num_configs, &num_configs)
144 EGLint attribs[] = { EGL_CONTEXT_CLIENT_VERSION, GLES_VERSION, EGL_NONE }; local
145 mEglContext = eglCreateContext(mEglDisplay, mEglConfig, EGL_NO_CONTEXT, attribs);
181 EGLint attribs[] = { EGL_WIDTH, 1, EGL_HEIGHT, 1, EGL_NONE }; local
182 mPBufferSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs);
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdField.java 72 AttributeList attribs = getAttributes(); local
74 attribs.findFirst(AttConstantValue.ATTRIBUTE_NAME);
  /external/skia/src/gpu/gl/angle/
SkANGLEGLContext.cpp 32 EGLint attribs[2][3] = { local
48 nativeDisplay, attribs[i]);
  /frameworks/base/docs/html/ndk/reference/
struct_a_heart_rate_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>
struct_a_meta_data_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>

Completed in 969 milliseconds

12 3 4 5 6 7 8 91011