Home
last modified time | relevance | path

Searched refs:attrib (Results 1 – 24 of 24) sorted by relevance

/frameworks/rs/script_api/
Drs_math.spec168 attrib: const
182 attrib: const
196 attrib: const
205 attrib: const
219 attrib: const
228 attrib: const
244 attrib: const
253 attrib: const
267 attrib: const
276 attrib: const
[all …]
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: const
[all …]
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: const
[all …]
Drs_for_each.spec180 attrib: =
191 attrib: =
Drs_matrix.spec124 attrib: always_inline
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp124 const VertexAttrib& attrib = iter->second; in ~ShaderProgram() local
125 if (attrib.owned_data) in ~ShaderProgram()
126 delete[] attrib.owned_data; in ~ShaderProgram()
955 VertexAttrib attrib; in SetAttributeValues() local
956 attrib.is_const = false; in SetAttributeValues()
957 attrib.index = var; in SetAttributeValues()
958 attrib.components = components; in SetAttributeValues()
959 attrib.normalized = normalize; in SetAttributeValues()
960 attrib.stride = stride; in SetAttributeValues()
961 attrib.type = type; in SetAttributeValues()
[all …]
Dshader_program.h492 bool StoreAttribute(VertexAttrib attrib);
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp547 const struct attrib { in hwcTestColor2Pixel() struct
568 const struct attrib *attrib; in hwcTestColor2Pixel() local
569 for (attrib = attributes; attrib < attributes + NUMA(attributes); in hwcTestColor2Pixel()
570 attrib++) { in hwcTestColor2Pixel()
571 if (attrib->format == format) { break; } in hwcTestColor2Pixel()
573 if (attrib >= attributes + NUMA(attributes)) { in hwcTestColor2Pixel()
579 pixel = htonl((uint32_t) round((((1 << attrib->c1Size) - 1) * color.c1())) in hwcTestColor2Pixel()
581 - (attrib->c1Offset + attrib->c1Size))); in hwcTestColor2Pixel()
582 pixel |= htonl((uint32_t) round((((1 << attrib->c2Size) - 1) * color.c2())) in hwcTestColor2Pixel()
584 - (attrib->c2Offset + attrib->c2Size))); in hwcTestColor2Pixel()
[all …]
DhwcCommit.cpp1324 const struct hwcTestGraphicFormat *attrib; in setSourceDim() local
1325 attrib = hwcTestGraphicFormatLookup(this->format); in setSourceDim()
1326 if (attrib != NULL) { in setSourceDim()
1327 if (sourceDim.width() % attrib->wMod) { in setSourceDim()
1328 sourceDim.setWidth(sourceDim.width() + attrib->wMod in setSourceDim()
1329 - (sourceDim.width() % attrib->wMod)); in setSourceDim()
1331 if (sourceDim.height() % attrib->hMod) { in setSourceDim()
1332 sourceDim.setHeight(sourceDim.height() + attrib->hMod in setSourceDim()
1333 - (sourceDim.height() % attrib->hMod)); in setSourceDim()
/frameworks/base/tools/lint/global/integration_tests/
Dtests.py33 self.assertEqual(issue.attrib["id"], "MisusingEnforcePermissionAnnotation")
34 self.assertEqual(issue.attrib["severity"], "Error")
41 self.assertEqual(issue.attrib["id"], "MissingEnforcePermissionAnnotation")
42 self.assertEqual(issue.attrib["severity"], "Error")
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.h169 C2ParamDescriptor::attrib_t attrib = C2ParamDescriptor::IS_READ_ONLY,
198 mParamUpdater->addStandardParam<T>(name, attrib);
209 C2ParamDescriptor::attrib_t attrib = C2ParamDescriptor::IS_READ_ONLY,
212 if (addLocalParam<T>(name, attrib, validator_)) {
229 C2ParamDescriptor::attrib_t attrib = C2ParamDescriptor::IS_READ_ONLY,
232 return addLocalParam(std::unique_ptr<T>(default_), name, attrib, validator_);
DReflectedParamUpdater.h95 void addStandardParam(const std::string &name, C2ParamDescriptor::attrib_t attrib =
98 C2Param::Index(T::PARAM_TYPE), attrib, name.c_str()),
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceHelper.h352 attrib_t& attrib();
454 attrib() = attrib_t::IS_PERSISTENT;
459 attrib() |= attrib_t::IS_REQUIRED;
465 attrib() &= ~attrib_t::IS_PERSISTENT;
471 attrib() |= attrib_t::IS_HIDDEN;
477 attrib() |= attrib_t::IS_INTERNAL;
512 attrib() |= attrib_t::IS_CONST;
544 attrib() |= attrib_t::IS_STRICT;
626 attrib() |= attrib_t::IS_READ_ONLY;
/frameworks/av/media/codec2/core/include/
DC2.h300 #define DEFINE_C2_CNTR_BINARY_OP(attrib, op, op_assign) \ argument
302 attrib inline c2_cntr_t<T>& operator op_assign(const U &value) { \
308 attrib inline constexpr c2_cntr_t<T> operator op(const U &value) const { \
313 attrib inline constexpr c2_cntr_t<U> operator op(const c2_cntr_t<U> &value) const { \
317 #define DEFINE_C2_CNTR_UNARY_OP(attrib, op) \ argument
318 attrib inline constexpr c2_cntr_t<T> operator op() const { \
322 #define DEFINE_C2_CNTR_CREMENT_OP(attrib, op) \ argument
323 attrib inline c2_cntr_t<T> &operator op() { \
327 attrib inline c2_cntr_t<T> operator op(int) { \
DC2Param.h1260 C2Param::Index index, attrib_t attrib, C2StringLiteral name)
1262 _mAttrib(attrib),
1266 C2Param::Index index, attrib_t attrib, C2String &&name,
1269 _mAttrib(attrib),
/frameworks/base/api/
Dmerge_annotation_zips.py31 assert list(child.attrib.keys()) == ['name'], 'unexpected attribs: %s' % child.attrib.keys()
/frameworks/native/opengl/tools/glgen2/registry/
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/include/EGL/
Deglext_angle.h163 typedef EGLint (EGLAPIENTRYP PFNEGLPROGRAMCACHEGETATTRIBANGLEPROC) (EGLDisplay dpy, EGLenum attrib);
168 EGLAPI EGLint EGLAPIENTRY eglProgramCacheGetAttribANGLE(EGLDisplay dpy, EGLenum attrib);
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp121 EGLint attrib[] = in init_gl_surface() local
141 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig); in init_gl_surface()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp216 EGLint attrib[] = in init_gl_surface() local
240 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig); in init_gl_surface()
/frameworks/av/media/codec2/hal/common/include/codec2/common/
DParamTypes.h550 d->attrib = static_cast<decltype(d->attrib)>( in objcpy()
567 static_cast<C2ParamDescriptor::attrib_t>(s.attrib), in objcpy()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp79 C2InterfaceHelper::ParamHelper::attrib_t& attrib() { in attrib() function in C2InterfaceHelper::ParamHelper::Impl
268 C2InterfaceHelper::ParamHelper::attrib_t& C2InterfaceHelper::ParamHelper::attrib() { in attrib() function in C2InterfaceHelper::ParamHelper
269 return mImpl->attrib(); in attrib()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java2863 int[] attrib = new int[1];
2867 egl.eglGetConfigAttrib(display, configs[i], EGL10.EGL_CONFIG_CAVEAT, attrib);
2868 if (attrib[0] == EGL10.EGL_SLOW_CONFIG) {
2875 egl.eglGetConfigAttrib(display, configs[i], EGL10.EGL_SURFACE_TYPE, attrib);
2876 if ((attrib[0] & EGL10.EGL_PBUFFER_BIT) == 0) {
2882 egl.eglGetConfigAttrib(display, configs[i], EGL10.EGL_RENDERABLE_TYPE, attrib);
2883 if ((attrib[0] & EGL_OPENGL_ES_BIT) != 0) {
2886 if ((attrib[0] & EGL_OPENGL_ES2_BIT) != 0) {
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp347 EGLint attrib = attrib_list[0]; in eglChooseConfigImpl() local
356 while (attrib != EGL_NONE) { in eglChooseConfigImpl()
357 attrib = attrib_list[attribCount]; in eglChooseConfigImpl()
358 switch (attrib) { in eglChooseConfigImpl()