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

1 2 3 4

  /frameworks/compile/libbcc/lib/Core/
Script.cpp 23 bool Script::reset(Source &pSource, bool pPreserveCurrent) {
24 if (mSource == &pSource) {
31 mSource = &pSource;
35 bool Script::mergeSource(Source &pSource, bool pPreserveSource) {
36 return mSource->merge(pSource, pPreserveSource);
BCCContext.cpp 56 void BCCContext::addSource(Source &pSource)
57 { mImpl->mOwnSources.insert(&pSource); }
59 void BCCContext::removeSource(Source &pSource)
60 { mImpl->mOwnSources.erase(&pSource); }
Source.cpp 144 bool Source::merge(Source &pSource, bool pPreserveSource) {
150 if (llvm::Linker::LinkModules(mModule, &pSource.getModule(),
154 pSource.getIdentifier().c_str(),
160 pSource.mNoDelete = true;
161 delete &pSource;
  /frameworks/compile/libbcc/include/bcc/
Script.h 36 Script(Source &pSource) : mSource(&pSource) { }
45 bool reset(Source &pSource, bool pPreserveCurrent = false);
51 bool mergeSource(Source &pSource, bool pPreserveSource = false);
BCCContext.h 42 void addSource(Source &pSource);
43 void removeSource(Source &pSource);
Source.h 58 // Merge the current source with pSource. If pPreserveSource is false, pSource
60 bool merge(Source &pSource, bool pPreserveSource = false);
  /cts/tests/tests/opengl/libopengltest/
common.cpp 23 GLuint loadShader(GLenum shaderType, const char* pSource) {
25 glShaderSource(shader, 1, &pSource, NULL);
common.h 24 GLuint loadShader(GLenum shaderType, const char* pSource);
  /frameworks/av/media/libstagefright/codecs/common/
cmnMemory.c 58 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize)
62 memcpy (pDest, pSource, uSize);
82 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize)
86 memmove (pDest, pSource, uSize);
  /frameworks/av/media/libstagefright/codecs/common/include/
cmnMemory.h 64 * \param pSource [in] address of source memory
68 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
93 * \param pSource [in] address of source memory
97 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
voMem.h 46 VO_U32 (VO_API * Copy) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
49 VO_U32 (VO_API * Move) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
  /frameworks/compile/libbcc/lib/Renderscript/
RSScript.cpp 53 RSScript::RSScript(Source &pSource)
54 : Script(pSource), mInfo(NULL), mCompilerVersion(0),
  /frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h 44 const uint64_t pSource,
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 33 FX_BOOL CGdiPrinterDriver::SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, const FX_RECT* pSrcRect, int left, int top, int blend_type,
36 if (pSource->IsAlphaMask()) {
38 return StretchDIBits(pSource, color, left - pSrcRect->left, top - pSrcRect->top, pSource->GetWidth(), pSource->GetHeight(),
41 ASSERT(pSource != NULL && !pSource->IsAlphaMask() && pSrcRect != NULL);
43 if (pSource->HasAlpha()) {
46 CFX_DIBExtractor temp(pSource);
53 FX_BOOL CGdiPrinterDriver::StretchDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int dest_left, int dest_top,
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.h 35 uint64_t pSource,
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 308 FX_BOOL CFX_PSRenderer::SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int left, int top,
312 CFX_AffineMatrix matrix((FX_FLOAT)(pSource->GetWidth()), 0.0f, 0.0f, -(FX_FLOAT)(pSource->GetHeight()),
313 (FX_FLOAT)(left), (FX_FLOAT)(top + pSource->GetHeight()));
314 return DrawDIBits(pSource, color, &matrix, 0, alpha_flag, pIccTransform);
316 FX_BOOL CFX_PSRenderer::StretchDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int dest_left, int dest_top,
323 return DrawDIBits(pSource, color, &matrix, flags, alpha_flag, pIccTransform);
325 FX_BOOL CFX_PSRenderer::DrawDIBits(const CFX_DIBSource* pSource, FX_DWORD color,
333 if (pSource->HasAlpha()) {
337 if (pSource->IsAlphaMask() && (alpha < 255 || pSource->GetBPP() != 1)) {
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
Renderer.h 34 GLuint loadShader(GLenum shaderType, const char* pSource);
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_opengles20.h 35 GLuint loadShader(GLenum shaderType, const char* pSource);
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h 59 RSScript(Source &pSource);
  /frameworks/compile/mclinker/include/mcld/ADT/GraphLite/
Digraph.h 64 Arc addArc(const Node& pSource, const Node& pTarget);
  /frameworks/compile/mclinker/lib/ADT/GraphLite/
Digraph.cpp 60 Digraph::addArc(const Digraph::Node& pSource, const Digraph::Node& pTarget)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.h 37 uint64_t pSource,
ARMToTHMStub.h 37 uint64_t pSource,
THMToARMStub.h 36 uint64_t pSource,
THMToTHMStub.h 36 uint64_t pSource,

Completed in 477 milliseconds

1 2 3 4