HomeSort by relevance Sort by last modified time
    Searched refs:attrib (Results 1 - 25 of 436) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/qphelper/
qpXmlWriter.h 54 qpXmlAttribute attrib; local
55 attrib.name = name;
56 attrib.type = QP_XML_ATTRIBUTE_STRING;
57 attrib.stringValue = value;
58 attrib.intValue = -678;
59 attrib.boolValue = (deBool)0xFFFFFFFFu;
60 return attrib;
65 qpXmlAttribute attrib; local
66 attrib.name = name;
67 attrib.type = QP_XML_ATTRIBUTE_INT
76 qpXmlAttribute attrib; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_tritmp.h 53 GLfloat ex = v[0]->attrib[FRAG_ATTRIB_WPOS][0] - v[2]->attrib[FRAG_ATTRIB_WPOS][0];
54 GLfloat ey = v[0]->attrib[FRAG_ATTRIB_WPOS][1] - v[2]->attrib[FRAG_ATTRIB_WPOS][1];
55 GLfloat fx = v[1]->attrib[FRAG_ATTRIB_WPOS][0] - v[2]->attrib[FRAG_ATTRIB_WPOS][0];
56 GLfloat fy = v[1]->attrib[FRAG_ATTRIB_WPOS][1] - v[2]->attrib[FRAG_ATTRIB_WPOS][1];
77 COPY_4V(saved_col0[0], v[0]->attrib[FRAG_ATTRIB_COL0]);
78 COPY_4V(saved_col0[1], v[1]->attrib[FRAG_ATTRIB_COL0])
    [all...]
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 53 GLfloat ex = v[0]->attrib[FRAG_ATTRIB_WPOS][0] - v[2]->attrib[FRAG_ATTRIB_WPOS][0];
54 GLfloat ey = v[0]->attrib[FRAG_ATTRIB_WPOS][1] - v[2]->attrib[FRAG_ATTRIB_WPOS][1];
55 GLfloat fx = v[1]->attrib[FRAG_ATTRIB_WPOS][0] - v[2]->attrib[FRAG_ATTRIB_WPOS][0];
56 GLfloat fy = v[1]->attrib[FRAG_ATTRIB_WPOS][1] - v[2]->attrib[FRAG_ATTRIB_WPOS][1];
77 COPY_4V(saved_col0[0], v[0]->attrib[FRAG_ATTRIB_COL0]);
78 COPY_4V(saved_col0[1], v[1]->attrib[FRAG_ATTRIB_COL0])
    [all...]
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttDeprecated.java 17 package com.android.dx.cf.attrib;
AttSynthetic.java 17 package com.android.dx.cf.attrib;
AttLocalVariableTable.java 17 package com.android.dx.cf.attrib;
AttLocalVariableTypeTable.java 17 package com.android.dx.cf.attrib;
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
p12_attr.c 68 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID,
93 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
104 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
114 if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name,
123 X509_ATTRIBUTE *attrib; local
127 attrib = sk_X509_ATTRIBUTE_value (attrs, i);
128 if (OBJ_obj2nid (attrib->object) == attr_nid) {
129 if (sk_ASN1_TYPE_num (attrib->value.set))
130 return sk_ASN1_TYPE_value(attrib->value.set, 0);
  /external/openssl/crypto/pkcs12/
p12_attr.c 68 if (X509at_add1_attr_by_NID(&bag->attrib, NID_localKeyID,
93 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
104 if (X509at_add1_attr_by_NID(&bag->attrib, NID_friendlyName,
114 if (X509at_add1_attr_by_NID(&bag->attrib, NID_ms_csp_name,
123 X509_ATTRIBUTE *attrib; local
127 attrib = sk_X509_ATTRIBUTE_value (attrs, i);
128 if (OBJ_obj2nid (attrib->object) == attr_nid) {
129 if (sk_ASN1_TYPE_num (attrib->value.set))
130 return sk_ASN1_TYPE_value(attrib->value.set, 0);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_prim_emit.c 79 const uint j = vinfo->attrib[i].src_index;
80 const float *attrib = vertex->data[j]; local
81 switch (vinfo->attrib[i].emit) {
83 OUT_BATCH( fui(attrib[0]) );
87 OUT_BATCH( fui(attrib[0]) );
88 OUT_BATCH( fui(attrib[1]) );
92 OUT_BATCH( fui(attrib[0]) );
93 OUT_BATCH( fui(attrib[1]) );
94 OUT_BATCH( fui(attrib[2]) );
98 OUT_BATCH( fui(attrib[0]) )
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_emit.c 79 const uint j = vinfo->attrib[i].src_index;
80 const float *attrib = vertex->data[j]; local
81 switch (vinfo->attrib[i].emit) {
83 OUT_BATCH( fui(attrib[0]) );
87 OUT_BATCH( fui(attrib[0]) );
88 OUT_BATCH( fui(attrib[1]) );
92 OUT_BATCH( fui(attrib[0]) );
93 OUT_BATCH( fui(attrib[1]) );
94 OUT_BATCH( fui(attrib[2]) );
98 OUT_BATCH( fui(attrib[0]) )
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.cpp 30 bool EglSurface::setAttrib(EGLint attrib,EGLint val) {
31 switch(attrib) {
EglPbufferSurface.cpp 18 bool EglPbufferSurface::setAttrib(EGLint attrib,EGLint val) {
19 switch(attrib) {
48 bool EglPbufferSurface::getAttrib(EGLint attrib,EGLint* val) {
49 switch(attrib) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
VertexBuffer9.cpp 68 bool VertexBuffer9::storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
73 gl::Buffer *buffer = attrib.mBoundBuffer.get();
75 int inputStride = attrib.stride();
76 int elementSize = attrib.typeSize();
83 if (!spaceRequired(attrib, count, instances, &mapSize))
97 if (attrib.mArrayEnabled)
102 input = static_cast<const char*>(storage->getData()) + static_cast<int>(attrib.mOffset);
106 input = static_cast<const char*>(attrib.mPointer);
114 if (instances == 0 || attrib.mDivisor == 0)
119 gl::VertexFormat vertexFormat(attrib, currentValue.Type)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
vertex_attrib_manager_unittest.cc 63 VertexAttrib* attrib = manager_->GetVertexAttrib(ii); local
64 ASSERT_TRUE(attrib != NULL);
65 EXPECT_EQ(ii, attrib->index());
66 EXPECT_TRUE(attrib->buffer() == NULL);
67 EXPECT_EQ(0, attrib->offset());
68 EXPECT_EQ(4, attrib->size());
69 EXPECT_EQ(static_cast<GLenum>(GL_FLOAT), attrib->type());
70 EXPECT_EQ(GL_FALSE, attrib->normalized());
71 EXPECT_EQ(0, attrib->gl_stride());
72 EXPECT_FALSE(attrib->enabled())
107 VertexAttrib* attrib = manager_->GetVertexAttrib(1); local
143 VertexAttrib* attrib = manager_->GetVertexAttrib(1); local
    [all...]
vertex_attrib_manager.cc 180 VertexAttrib* attrib = *it; local
182 current_program->GetAttribInfoByLocation(attrib->index());
184 divisor0 |= (attrib->divisor() == 0);
185 GLuint count = attrib->MaxVertexAccessed(primcount, max_vertex_accessed);
186 // This attrib is used in the current program.
187 if (!attrib->CanAccess(count)) {
192 base::IntToString(attrib->index())).c_str());
196 Buffer* buffer = attrib->buffer();
197 glEnableVertexAttribArray(attrib->index());
203 attrib->set_is_client_side_array(true)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_maos_arrays.c 87 GLubyte attrib = vimap_rev[i]; local
88 if (attrib != 255) {
91 emitsize = (VB->AttribPtr[attrib]->size);
105 assert(attrib == VERT_ATTRIB_WEIGHT);
106 emitsize = (VB->AttribPtr[attrib]->size);
110 assert(attrib == VERT_ATTRIB_NORMAL);
116 assert(attrib == VERT_ATTRIB_FOG);
121 (char *)VB->AttribPtr[attrib]->data,
123 VB->AttribPtr[attrib]->stride,
128 (char *)VB->AttribPtr[attrib]->data
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos_arrays.c 87 GLubyte attrib = vimap_rev[i]; local
88 if (attrib != 255) {
91 emitsize = (VB->AttribPtr[attrib]->size);
105 assert(attrib == VERT_ATTRIB_WEIGHT);
106 emitsize = (VB->AttribPtr[attrib]->size);
110 assert(attrib == VERT_ATTRIB_NORMAL);
116 assert(attrib == VERT_ATTRIB_FOG);
121 (char *)VB->AttribPtr[attrib]->data,
123 VB->AttribPtr[attrib]->stride,
128 (char *)VB->AttribPtr[attrib]->data
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_vb.c 92 dst->attrib[FRAG_ATTRIB_WPOS][0] = s[0] * src->v.x + s[12];
93 dst->attrib[FRAG_ATTRIB_WPOS][1] = s[5] * src->v.y + s[13];
94 dst->attrib[FRAG_ATTRIB_WPOS][2] = s[10] * src->v.z + s[14];
95 dst->attrib[FRAG_ATTRIB_WPOS][3] = 1.0;
97 dst->attrib[FRAG_ATTRIB_WPOS][0] = UNVIEWPORT_X( src->v.x );
98 dst->attrib[FRAG_ATTRIB_WPOS][1] = UNVIEWPORT_Y( src->v.y );
99 dst->attrib[FRAG_ATTRIB_WPOS][2] = UNVIEWPORT_Z( src->v.z );
100 dst->attrib[FRAG_ATTRIB_WPOS][3] = 1.0;
112 dst->attrib[FRAG_ATTRIB_WPOS][0] = s[0] * src->v.x * oow + s[12];
113 dst->attrib[FRAG_ATTRIB_WPOS][1] = s[5] * src->v.y * oow + s[13]
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vb.c 92 dst->attrib[FRAG_ATTRIB_WPOS][0] = s[0] * src->v.x + s[12];
93 dst->attrib[FRAG_ATTRIB_WPOS][1] = s[5] * src->v.y + s[13];
94 dst->attrib[FRAG_ATTRIB_WPOS][2] = s[10] * src->v.z + s[14];
95 dst->attrib[FRAG_ATTRIB_WPOS][3] = 1.0;
97 dst->attrib[FRAG_ATTRIB_WPOS][0] = UNVIEWPORT_X( src->v.x );
98 dst->attrib[FRAG_ATTRIB_WPOS][1] = UNVIEWPORT_Y( src->v.y );
99 dst->attrib[FRAG_ATTRIB_WPOS][2] = UNVIEWPORT_Z( src->v.z );
100 dst->attrib[FRAG_ATTRIB_WPOS][3] = 1.0;
112 dst->attrib[FRAG_ATTRIB_WPOS][0] = s[0] * src->v.x * oow + s[12];
113 dst->attrib[FRAG_ATTRIB_WPOS][1] = s[5] * src->v.y * oow + s[13]
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
AttributeList.java 70 * @param attrib {@code non-null;} attribute to start looking after
71 * @return {@code null-ok;} next attribute after {@code attrib} with the
72 * same name as {@code attrib}
74 public Attribute findNext(Attribute attrib);
  /dalvik/dx/src/com/android/dx/cf/iface/
AttributeList.java 70 * @param attrib {@code non-null;} attribute to start looking after
71 * @return {@code null-ok;} next attribute after {@code attrib} with the
72 * same name as {@code attrib}
74 public Attribute findNext(Attribute attrib);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
VertexBuffer11.cpp 69 bool VertexBuffer11::storeVertexAttributes(const gl::VertexAttribute &attrib, const gl::VertexAttribCurrentValueData &currentValue,
74 gl::Buffer *buffer = attrib.mBoundBuffer.get();
75 int inputStride = attrib.stride();
89 if (attrib.mArrayEnabled)
94 input = static_cast<const char*>(storage->getData()) + static_cast<int>(attrib.mOffset);
98 input = static_cast<const char*>(attrib.mPointer);
106 if (instances == 0 || attrib.mDivisor == 0)
111 gl::VertexFormat vertexFormat(attrib, currentValue.Type);
127 bool VertexBuffer11::getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count,
131 if (attrib.mArrayEnabled
    [all...]
  /external/deqp/framework/egl/
egluStrUtil.cpp 161 int attrib = fmt.attribs[pos]; local
166 if (attrib == EGL_NONE)
173 const char* attribName = getConfigAttribName(attrib);
178 str << attribName << ", " << getConfigAttribValueStr(attrib, fmt.attribs[pos+1]);
184 str << tcu::toHex(attrib) << ", ???";
201 int attrib = fmt.attribs[pos]; local
206 if (attrib == EGL_NONE)
213 const char* attribName = getSurfaceAttribName(attrib);
218 str << attribName << ", " << getSurfaceAttribValueStr(attrib, fmt.attribs[pos+1]);
224 str << tcu::toHex(attrib) << ", ???"
241 int attrib = fmt.attribs[pos]; local
    [all...]
  /external/lzma/CPP/Windows/
FileFind.h 17 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; }
18 inline bool IsHidden(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_HIDDEN) != 0; }
19 inline bool IsSystem(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; }
20 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; }
21 inline bool IsArchived(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ARCHIVE) != 0; }
    [all...]

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>