/external/deqp/framework/opengl/ |
gluRenderConfig.cpp | 45 const char* name; member in struct:glu::__anon9984 60 if (deStringBeginsWith(cfgName, colorCfgs[ndx].name)) 67 cfgName += strlen(colorCfgs[ndx].name); 74 const char* name; member in struct:glu::__anon9985 85 if (deStringBeginsWith(cfgName, depthCfgs[ndx].name)) 89 cfgName += strlen(depthCfgs[ndx].name); 96 const char* name; member in struct:glu::__anon9986 106 if (deStringBeginsWith(cfgName, stencilCfgs[ndx].name)) 110 cfgName += strlen(stencilCfgs[ndx].name); 117 const char* name; member in struct:glu::__anon9987 [all...] |
/external/deqp/framework/qphelper/ |
qpXmlWriter.h | 45 const char* name; member in struct:qpXmlAttribute_s 52 DE_INLINE qpXmlAttribute qpSetStringAttrib (const char* name, const char* value) 55 attrib.name = name; 63 DE_INLINE qpXmlAttribute qpSetIntAttrib (const char* name, int value) 66 attrib.name = name; 74 DE_INLINE qpXmlAttribute qpSetBoolAttrib (const char* name, deBool value) 77 attrib.name = name; [all...] |
/external/deqp/modules/gles2/performance/ |
es2pTextureCountTests.cpp | 54 const char* name; member in struct:deqp::gles2::Performance::__anon10234 77 string name = string(texFormats[formatNdx].name) + "_" + de::toString(numTextures); local 80 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
|
es2pTextureFormatTests.cpp | 52 const char* name; member in struct:deqp::gles2::Performance::__anon10237 71 string nameBase = texFormats[formatNdx].name;
|
/external/deqp/modules/gles3/performance/ |
es3pTextureCountTests.cpp | 54 const char* name; member in struct:deqp::gles3::Performance::__anon10519 78 string name = string(texFormats[formatNdx].name) + "_" + de::toString(numTextures); local 81 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
|
es3pTextureFormatTests.cpp | 52 const char* name; member in struct:deqp::gles3::Performance::__anon10522 110 string nameBase = texFormats[formatNdx].name;
|
/external/deqp/modules/glshared/ |
glsShaderConstExprTests.hpp | 52 const char* name; member in struct:deqp::gls::ShaderConstExpr::TestParams
|
glsShaderExecUtil.hpp | 50 std::string name; //!< Symbol name. member in struct:deqp::gls::ShaderExecUtil::Symbol 54 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {}
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
LocalItem.java | 22 * A local variable item: either a name or a signature or both. 25 /** {@code null-ok;} local variable name */ 26 private final CstString name; field in class:LocalItem 32 * Make a new item. If both name and signature are null, null is returned. 36 * @param name {@code null-ok;} local variable name 40 public static LocalItem make(CstString name, CstString signature) { 41 if (name == null && signature == null) { 45 return new LocalItem (name, signature); 51 * @param name {@code null-ok;} local variable nam [all...] |
/external/doclava/src/com/google/doclava/ |
ParameterInfo.java | 27 public ParameterInfo(String name, String typeName, TypeInfo type, boolean isVarArg, 29 mName = name; 50 String name() { method in class:ParameterInfo 76 data.setValue(base + ".name", this.name());
|
/external/drm_gralloc/ |
gralloc_drm_handle.h | 50 int name; /* the name of the bo */ member in struct:gralloc_drm_handle_t
|
/external/e2fsprogs/lib/ext2fs/ |
ext_attr.c | 37 char *name = ((char *) entry) + sizeof(struct ext2_ext_attr_entry); local 43 *name++;
|
link.c | 23 const char *name; member in struct:link_struct 70 * directory entry to make room for the new name. If so, 99 strncpy(dirent->name, ls->name, ls->namelen); 114 errcode_t ext2fs_link(ext2_filsys fs, ext2_ino_t dir, const char *name, 127 ls.name = name; 128 ls.namelen = name ? strlen(name) : 0;
|
/external/e2fsprogs/lib/ss/ |
execute_cmd.c | 93 register char const * const * name; local 101 for (name = request->command_names; *name; name++) 102 if (!strcmp(*name, string)) {
|
/external/eigen/bench/btl/actions/ |
action_aat_product.hh | 82 // action name 84 static inline std::string name( void ) function in class:Action_aat_product 86 return "aat_"+Interface::name();
|
action_ata_product.hh | 82 // action name 84 static inline std::string name( void ) function in class:Action_ata_product 86 return "ata_"+Interface::name();
|
action_axpby.hh | 72 // action name 73 static inline std::string name( void ) function in class:Action_axpby 75 return "axpby_"+Interface::name();
|
action_axpy.hh | 82 // action name 84 static inline std::string name( void ) function in class:Action_axpy 86 return "axpy_"+Interface::name();
|
action_cholesky.hh | 82 // action name 84 static inline std::string name( void ) function in class:Action_cholesky 86 return "cholesky_"+Interface::name();
|
action_lu_decomp.hh | 75 // action name 77 static inline std::string name( void ) function in class:Action_lu_decomp 79 return "complete_lu_decomp_"+Interface::name();
|
action_matrix_matrix_product_bis.hh | 37 static inline std::string name( void ) function in class:Action_matrix_matrix_product_bis 39 return "matrix_matrix_"+Interface::name();
|
action_rot.hh | 64 // action name 65 static inline std::string name( void ) function in class:Action_rot 67 return "rot_" + Interface::name();
|
action_trisolve.hh | 86 // action name 88 static inline std::string name( void ) function in class:Action_trisolve 90 return "trisolve_vector_"+Interface::name();
|
/external/eigen/bench/btl/libs/blitz/ |
tiny_blitz_interface.hh | 47 static inline std::string name() { return "tiny_blitz"; } function in class:tiny_blitz_interface
|
/external/elfutils/libdwfl/ |
dwfl_build_id_find_elf.c | 87 char *name = malloc (dirlen + sizeof id_name); local 88 if (unlikely (name == NULL)) 90 memcpy (mempcpy (name, dir, dirlen), id_name, sizeof id_name); 92 fd = TEMP_FAILURE_RETRY (open (name, O_RDONLY)); 97 *file_name = canonicalize_file_name (name); 100 *file_name = name; 101 name = NULL; 104 free (name); 148 name this callback will replace the Dwfl_Module main.name with th [all...] |