Searched refs:attrib (Results 1 - 15 of 15) sorted by relevance

/frameworks/rs/api/
H A Drs_math.spec154 attrib: const
168 attrib: const
182 attrib: const
191 attrib: const
205 attrib: const
214 attrib: const
230 attrib: const
239 attrib: const
253 attrib: const
262 attrib
[all...]
H A Drs_vector_math.spec39 attrib: const
53 attrib: const
64 attrib: const
80 attrib: const
91 attrib: const
105 attrib: const
116 attrib: const
135 attrib: const
153 attrib: const
174 attrib
[all...]
H A Drs_convert.spec26 attrib: const
48 attrib: const
58 attrib: const
68 attrib: const
78 attrib: const
88 attrib: const
97 attrib: const
118 attrib: const
128 attrib: const
135 attrib
[all...]
H A Drs_for_each.spec180 attrib: =
191 attrib: =
H A Drs_matrix.spec124 attrib: always_inline
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp124 const VertexAttrib& attrib = iter->second; local
125 if (attrib.owned_data)
126 delete[] attrib.owned_data;
955 VertexAttrib attrib; local
956 attrib.is_const = false;
957 attrib.index = var;
958 attrib.components = components;
959 attrib.normalized = normalize;
960 attrib.stride = stride;
961 attrib
981 VertexAttrib attrib; local
1021 VertexAttrib attrib; local
1034 StoreAttribute(VertexAttrib attrib) argument
1046 const VertexAttrib& attrib = iter->second; local
[all...]
H A Dshader_program.h492 bool StoreAttribute(VertexAttrib attrib);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp547 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
608 const struct attrib { struct
637 const struct attrib *attrib; local
795 const struct attrib { struct
[all...]
H A DhwcCommit.cpp1322 const struct hwcTestGraphicFormat *attrib; local
1323 attrib = hwcTestGraphicFormatLookup(this->format);
1324 if (attrib != NULL) {
1325 if (sourceDim.width() % attrib->wMod) {
1326 sourceDim.setWidth(sourceDim.width() + attrib->wMod
1327 - (sourceDim.width() % attrib->wMod));
1329 if (sourceDim.height() % attrib->hMod) {
1330 sourceDim.setHeight(sourceDim.height() + attrib->hMod
1331 - (sourceDim.height() % attrib->hMod));
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font_single.py125 if 'nameID' in namerecord.attrib:
126 name_id = int(namerecord.attrib['nameID'])
155 if 'nameID' in namerecord.attrib:
156 name_id = int(namerecord.attrib['nameID'])
H A Dbuild_font.py141 if 'nameID' in namerecord.attrib:
142 name_id = int(namerecord.attrib['nameID'])
171 if 'nameID' in namerecord.attrib:
172 name_id = int(namerecord.attrib['nameID'])
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py74 if ('api' in elem.attrib):
81 if ('profile' in elem.attrib):
712 if ('api' in elem.attrib):
752 type.attrib['name'] = type.find('name').text
784 cmd.attrib['name'] = cmd.find('proto/name').text
845 if (required and ('requires' in type.elem.attrib)):
935 if ('requires' in f.elem.attrib):
1136 if ('group' in proto.attrib.keys()):
1151 if ('group' in param.attrib.keys()):
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp125 EGLint attrib[] = local
145 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp217 EGLint attrib[] = local
241 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp358 EGLint attrib = attrib_list[0]; local
367 while (attrib != EGL_NONE) {
368 attrib = attrib_list[attribCount];
369 switch (attrib) {

Completed in 2696 milliseconds