HomeSort by relevance Sort by last modified time
    Searched full:psource (Results 51 - 75 of 147) sorted by null

1 23 4 5 6

  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 110 uint64_t pSource,
114 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue))
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.cpp 62 uint64_t pSource,
74 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
ARMToTHMStub.cpp 64 uint64_t pSource,
74 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
THMToARMStub.cpp 71 uint64_t pSource,
81 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
THMToTHMStub.cpp 73 uint64_t pSource,
83 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonAbsoluteStub.cpp 61 uint64_t pSource,
84 int64_t offset = pTargetSymValue - pSource;
  /external/pdfium/fpdfsdk/javascript/
JS_EventHandler.cpp 219 void CJS_EventHandler::OnField_Calculate(CPDF_FormField* pSource,
225 if (pSource)
226 m_strSourceName = pSource->GetFullName();
JS_EventHandler.h 81 void OnField_Calculate(CPDF_FormField* pSource,
JS_Runtime_Stub.cpp 55 void OnField_Calculate(CPDF_FormField* pSource,
ijs_event_context.h 62 virtual void OnField_Calculate(CPDF_FormField* pSource,
  /frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp 99 Category::Type pSource,
101 int distance = pTarget - pSource;
111 if (pSource == current->type)
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 561 bool Upsample(const CFX_DIBSource* pSource,
569 void* buffer = pSource->GetBuffer();
572 SkColorType colorType = forceAlpha || pSource->IsAlphaMask()
576 pSource->IsAlphaMask() ? kPremul_SkAlphaType : kOpaque_SkAlphaType;
577 int width = pSource->GetWidth();
578 int height = pSource->GetHeight();
579 int rowBytes = pSource->GetPitch();
580 switch (pSource->GetBPP()) {
597 if (pSource->GetPalette()) {
600 const SkPMColor* ctable = pSource->GetPalette()
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 69 uint64_t pSource,
  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 156 Category::Type pSource,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp 51 uint64_t pSource,
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
frameparser.h 96 void parse_additional_start_code(OMX_U8 *psource, OMX_U32 *parsed_length);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 97 void parse_additional_start_code(OMX_U8 *psource, OMX_U32 *parsed_length);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 98 void parse_additional_start_code(OMX_U8 *psource, OMX_U32 *parsed_length);
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 98 void parse_additional_start_code(OMX_U8 *psource, OMX_U32 *parsed_length);
  /frameworks/native/libs/gui/tests/
GLTest.cpp 252 void GLTest::loadShader(GLenum shaderType, const char* pSource,
257 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 83 GLuint loadShader(GLenum shaderType, const char* pSource) {
86 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 33 GLuint loadShader(GLenum shaderType, const char* pSource) {
36 glShaderSource(shader, 1, &pSource, NULL);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 269 const uint8_t **psource) {
273 const uint8_t *source = *psource;
371 vp9_decode_frame(pbi, source, source + size, psource);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp 460 @Input pSource
465 bool CPVRTPrint3D::APIUpLoadTexture(const PVRTuint8* pSource, const PVRTextureHeaderV3* header, CPVRTMap<PVRTuint32, CPVRTMap<PVRTuint32, MetaDataBlock> >& MetaDataMap)
467 if(PVRTTextureLoadFromPointer(pSource, &m_pAPI->m_uTextureFont, header, true, 0U, NULL, &MetaDataMap) != PVR_SUCCESS)
  /external/webrtc/webrtc/modules/video_render/android/
video_render_opengles20.cc 241 const char* pSource) {
244 glShaderSource(shader, 1, &pSource, NULL);

Completed in 783 milliseconds

1 23 4 5 6