HomeSort by relevance Sort by last modified time
    Searched defs:attrib (Results 51 - 75 of 82) sorted by null

1 23 4

  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 545 const struct attrib { struct
568 const struct attrib *attrib; local
569 for (attrib = attributes; attrib < attributes + NUMA(attributes);
570 attrib++) {
571 if (attrib->format == format) { break; }
573 if (attrib >= attributes + NUMA(attributes)) {
579 pixel = htonl((uint32_t) round((((1 << attrib->c1Size) - 1) * color.c1()))
581 - (attrib->c1Offset + attrib->c1Size)))
608 const struct attrib { struct
639 const struct attrib *attrib; local
798 const struct attrib { struct
    [all...]
hwcCommit.cpp 1325 const struct hwcTestGraphicFormat *attrib; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerVertex.java 343 final GLAttribPointer attrib = attribPointers[i]; local
345 if (attrib.enabled) {
346 size = attrib.size;
347 if (null != attrib.buffer) {
348 final ByteBuffer src = attrib.buffer.data;
349 src.position(attrib.ptr + index * attrib.elemStride);
351 fetchedAttribs[i][dstIdx * 4 + j] = fetchConvert(src, attrib.type,
352 attrib.normalized);
355 fetchedAttribs[i][dstIdx * 4 + j] = fetchConvert(nonVBO, attrib.type
455 GLAttribPointer attrib = attribPointers[msg.getArg0()]; local
    [all...]
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 476 EGLint *attrib = NULL; local
478 attrib = new EGLint[nAttribs];
479 memcpy(attrib, attrib_list, nAttribs * sizeof(EGLint));
484 if (attrib[i] == EGL_CONTEXT_CLIENT_VERSION &&
485 attrib[i + 1] == 2) {
487 attrib[i + 1] = 1; // replace to version 1
491 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib);
492 delete attrib;
  /external/bluetooth/bluez/attrib/
client.c 60 GAttrib *attrib; member in struct:gatt_service
155 g_attrib_unref(gatt->attrib);
232 g_attrib_unref(gatt->attrib);
307 g_attrib_send(gatt->attrib, 0, opdu[0], opdu, olen,
322 gatt->attrib = NULL;
330 g_attrib_unref(gatt->attrib);
348 if (gatt->attrib == NULL)
353 g_attrib_register(gatt->attrib,
356 g_attrib_register(gatt->attrib,
364 g_attrib_unref(gatt->attrib);
    [all...]
  /external/libxml2/
nanoftp.c 1594 char attrib[11]; local
    [all...]
valid.c 6183 xmlAttrPtr attrib; local
    [all...]
  /external/openssh/
servconf.c 609 char *arg, *attrib, *cp = *condition; local
619 while ((attrib = strdelim(&cp)) && *attrib != '\0') {
621 error("Missing Match criteria for %s", attrib);
625 if (strcasecmp(attrib, "user") == 0) {
635 } else if (strcasecmp(attrib, "group") == 0) {
642 } else if (strcasecmp(attrib, "host") == 0) {
652 } else if (strcasecmp(attrib, "address") == 0) {
666 error("Unsupported Match attribute %s", attrib);
    [all...]
sftp-server.c 83 Attrib attrib; member in struct:Stat
169 static Attrib *
470 encode_attrib(&msg, &stats[i].attrib);
477 send_attrib(u_int32_t id, const Attrib *a)
481 debug("request %u: sent attrib have 0x%x", id, a->flags);
549 Attrib *a;
688 Attrib a;
726 Attrib a;
751 attrib_to_tv(const Attrib *a
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 724 int attrib[] = { local
801 visinfo = glXChooseVisual(dpy, scrnum, attrib);
  /external/bluetooth/bluez/src/
device.c 63 #include "../attrib/client.h"
96 GAttrib *attrib; member in struct:browse_req
166 if (req->attrib)
167 g_attrib_unref(req->attrib);
    [all...]
  /external/qemu/target-i386/
svm.h 167 uint16_t attrib; member in struct:vmcb_seg
  /external/bluetooth/bluez/tools/
sdptool.c 111 struct attrib_def *attrib; /* Description of the attribute */ member in struct:attrib_context
355 if (context->attrib && context->attrib->num == SERVICE_ATTR) {
441 if (context && context->attrib && context->attrib->members &&
442 context->member_index < context->attrib->member_max) {
443 member_name = context->attrib->members[context->member_index].name;
551 context.attrib = attrDef;
755 static int set_attrib(sdp_session_t *sess, uint32_t handle, uint16_t attrib, char *value)
779 printf("Adding attrib 0x%X uuid16 0x%X to record 0x%X\n"
824 uint16_t attrib; local
963 uint16_t attrib; local
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 2325 Attribute attrib = boundShader.getAttribute(vb.getBufferType()); local
2838 Attribute attrib = boundShader.getAttribute(vb.getBufferType()); local
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 2153 Attribute attrib = boundShader.getAttribute(vb.getBufferType()); local
    [all...]
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 423 milliseconds

1 23 4