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

12 3 4

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonAbsoluteStub.h 37 uint64_t pSource,
HexagonAbsoluteStub.cpp 63 uint64_t pSource,
87 int64_t offset = pTargetSymValue - pSource;
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 34 GLuint loadShader(GLenum shaderType, const char* pSource);
Renderer.cpp 38 GLuint Renderer::loadShader(GLenum shaderType, const char* pSource) {
41 glShaderSource(shader, 1, &pSource, NULL);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.h 34 GLuint loadShader(GLenum shaderType, const char* pSource);
Renderer.cpp 38 GLuint Renderer::loadShader(GLenum shaderType, const char* pSource) {
41 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.cpp 65 uint64_t pSource,
78 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
ARMToTHMStub.cpp 67 uint64_t pSource,
78 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
THMToARMStub.cpp 73 uint64_t pSource,
84 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
THMToTHMStub.cpp 75 uint64_t pSource,
86 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
  /external/pdfium/core/include/fxcodec/
fx_codec_provider.h 33 virtual FX_BOOL Encode(const class CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int quality = 75,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp 63 uint64_t pSource,
  /frameworks/native/libs/gui/tests/
GLTest.h 31 static void loadShader(GLenum shaderType, const char* pSource,
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 177 static void _JpegEncode(const CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int quality, FX_LPCBYTE icc_buf, FX_DWORD icc_length)
188 int Bpp = pSource->GetBPP() / 8;
189 int nComponents = Bpp >= 3 ? (pSource->IsCmykImage() ? 4 : 3) : 1;
190 int pitch = pSource->GetPitch();
191 int width = pSource->GetWidth();
192 int height = pSource->GetHeight();
233 FX_LPCBYTE src_scan = pSource->GetScanline(cinfo.next_scanline);
570 FX_BOOL CCodec_JpegModule::Encode(const CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int quality, FX_LPCBYTE icc_buf, FX_DWORD icc_length)
573 return m_pExtProvider->Encode(pSource, dest_buf, dest_size, quality, icc_buf, icc_length);
575 if(pSource->GetBPP() < 8 || pSource->GetPalette() != NULL) {
    [all...]
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 57 GLuint loadShader(GLenum shaderType, const char* pSource) {
60 glShaderSource(shader, 1, &pSource, NULL);
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
Renderer.cpp 38 GLuint Renderer::loadShader(GLenum shaderType, const char* pSource) {
41 glShaderSource(shader, 1, &pSource, NULL);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
VectorMath.cpp 144 __m128 pSource;
154 pSource = _mm_load_ps(sourceP); \
155 temp = _mm_mul_ps(pSource, mScale); \
216 __m128* pSource;
223 pSource = reinterpret_cast<__m128*>(const_cast<float*>(sourceP));
224 dest = _mm_mul_ps(*pSource, mScale);
232 pSource = reinterpret_cast<__m128*>(const_cast<float*>(sourceP));
234 *pDest = _mm_mul_ps(*pSource, mScale);
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 122 uint64_t pSource,
127 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue))
  /frameworks/native/opengl/tests/gl2_jni/jni/
gl_code.cpp 37 GLuint loadShader(GLenum shaderType, const char* pSource) {
40 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/native/opengl/tests/gldual/jni/
gl_code.cpp 37 GLuint loadShader(GLenum shaderType, const char* pSource) {
40 glShaderSource(shader, 1, &pSource, NULL);
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp     [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 70 uint64_t pSource,
  /frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp 104 Category::Type pSource,
107 int distance = pTarget - pSource;
117 if (pSource == current->type)
  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 175 Category::Type pSource,
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp     [all...]

Completed in 662 milliseconds

12 3 4