/hardware/google/gfxstream/codegen/generic-apigen/ |
D | Var.h | 37 m_type(const_cast<VarType *>(vartype)), in Var() 57 m_type = vartype; in init() 73 const VarType * type() const { return m_type; } in type() 74 bool isPointer() const { return m_type->isPointer(); } in isPointer() 75 bool isVoid() const { return ((m_type->bytes() == 0) && (!m_type->isPointer())); } in isVoid() 102 void printType(FILE *fp) { fprintf(fp, "%s", m_type->name().c_str()); } in printType() 107 const VarType * m_type = nullptr; variable
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | NamedObject.h | 60 NamedObjectType m_type = (NamedObjectType)0; member 68 explicit GenNameInfo(NamedObjectType type) : m_type(type) { in GenNameInfo() 74 m_type(NamedObjectType::SHADER_OR_PROGRAM), in m_type() function 112 NamedObjectType m_type; variable
|
D | SaveableTexture.h | 98 unsigned int m_type = GL_UNSIGNED_BYTE; variable
|
D | GLESpointer.h | 85 GLenum m_type = GL_FLOAT; variable
|
D | ObjectNameSpace.h | 124 const NamedObjectType m_type; variable
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | NamedObject.cpp | 35 m_type = genNameInfo.m_type; in NamedObject() 41 switch (genNameInfo.m_type) { in NamedObject() 89 android::base::GLObjectCounter::get()->incCount(toIndex(genNameInfo.m_type)); in NamedObject() 96 switch (m_type) { in ~NamedObject() 131 android::base::GLObjectCounter::get()->decCount(toIndex(m_type)); in ~NamedObject()
|
D | GLESpointer.cpp | 22 return m_type; in getType() 109 m_type = type; in setArray() 131 m_type = type; in setBuffer() 164 m_type = type; in setFormat() 186 m_type = stream->getBe32(); in onLoad() 209 stream->putBe32(m_type); in onSave()
|
D | ObjectNameSpace.cpp | 40 m_type(p_type), in NameSpace() 49 ObjectDataPtr data = loadObject((NamedObjectType)m_type, in NameSpace() 51 if (m_type == NamedObjectType::TEXTURE) { in NameSpace() 88 assert(m_type == NamedObjectType::TEXTURE); in touchTextures() 117 if (m_type == NamedObjectType::TEXTURE) { in postLoadRestore() 124 int numPasses = m_type == NamedObjectType::SHADER_OR_PROGRAM in postLoadRestore() 128 assert(m_type == ObjectDataType2NamedObjectType( in postLoadRestore() 143 if (m_type != NamedObjectType::TEXTURE) { in preSave() 170 assert(m_type == genNameInfo.m_type); in genName()
|
D | SaveableTexture.cpp | 509 m_type(texture.type), in SaveableTexture() 530 m_type = stream->getBe32(); in loadFromStream() 593 stream->putBe32(m_type); in onSave() 723 s_texImageSize(m_format, m_type, 1, width, height) * in onSave() 732 … m_globalName, target, level, neededBufferFormat, m_type, width, height, depth, buffer.data()); in onSave() 910 if (!isGles2Gles() && m_type == GL_UNSIGNED_BYTE && m_format == GL_BGRA_EXT && in restore() 915 m_format, m_type); in restore() 954 resultFormat, m_type, pixels); in restore() 960 m_border, resultFormat, m_type, pixels); in restore() 981 resultFormat, m_type, pixels); in restore() [all …]
|
D | ShareGroup.cpp | 154 assert(genNameInfo.m_type != NamedObjectType::FRAMEBUFFER); in genName() 155 if (toIndex(genNameInfo.m_type) >= in genName() 162 m_nameSpace[toIndex(genNameInfo.m_type)]->genName( in genName()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglSurface.h | 40 ESurfaceType type() const { return m_type; } in type() 65 ESurfaceType m_type = WINDOW; variable 74 m_type(type), in EglSurface()
|
D | EglSurface.cpp | 25 if(m_type == EglSurface::PBUFFER) { in ~EglSurface()
|
/hardware/google/gchips/libexynosutils/ |
D | ExynosMutex.cpp | 49 m_type = TYPE_BASE; in ExynosMutex() 68 m_type = TYPE_BASE; in create() 88 m_type = type; in create() 182 return m_type; in getType()
|
D | ExynosMutex.h | 80 int m_type; variable
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | ShaderParser.cpp | 27 ShaderParser::ShaderParser(GLenum type, bool coreProfile) : ObjectData(SHADER_DATA), m_type(type), … in ShaderParser() 30 switch (m_type) { in getGenNameInfo() 54 m_type = stream->getBe32(); in ShaderParser() 76 stream->putBe32(m_type); in onSave() 121 m_type, in convertESSLToGLSL() 168 return m_type; in getType()
|
D | ShaderParser.h | 82 GLenum m_type = 0; variable
|
/hardware/nxp/uwb/halimpl/utils/ |
D | phNxpConfig.cc | 73 type getType() const { return m_type; } in getType() 90 type m_type; member in uwbParam 511 m_type(type::NUMBER) in uwbParam() 524 m_type(param.m_type) in uwbParam() 533 m_type(param.m_type) in uwbParam() 540 m_type(type::STRING) in uwbParam() 546 m_type(type::NUMBER) in uwbParam() 552 m_type(type::BYTEARRAY) in uwbParam() 558 m_type(type::STRINGARRAY) in uwbParam() 565 if (m_type == type::NUMBER) { in dump() [all …]
|
/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.cpp | 242 cb->m_type = pixelType; in create() 568 m_type = pixelType; in reformat() 603 if (p_type != m_type || p_format != m_format) { in subUpdateFromFrameworkFormat() 639 return subUpdate(0, 0, m_width, m_height, m_format, m_type, newContents); in replaceContents() 655 return readPixels(0, 0, m_width, m_height, m_format, m_type, pixels); in readContents() 993 cb->m_type = pixelType; in onLoad()
|
D | ColorBufferGl.h | 267 GLenum m_type = 0; variable
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 1679 mz_uint32 m_state, m_num_bits, m_zhdr0, m_zhdr1, m_z_adler32, m_final, m_type, member 2628 r->m_type = r->m_final >> 1; in tinfl_decompress() 2629 if (r->m_type == 0) { in tinfl_decompress() 2670 } else if (r->m_type == 3) { in tinfl_decompress() 2673 if (r->m_type == 1) { in tinfl_decompress() 2696 for (; (int)r->m_type >= 0; r->m_type--) { in tinfl_decompress() 2701 pTable = &r->m_tables[r->m_type]; in tinfl_decompress() 2705 for (i = 0; i < r->m_table_sizes[r->m_type]; ++i) in tinfl_decompress() 2717 sym_index < r->m_table_sizes[r->m_type]; ++sym_index) { in tinfl_decompress() 2753 if (r->m_type == 2) { in tinfl_decompress()
|