HomeSort by relevance Sort by last modified time
    Searched full:psource (Results 26 - 50 of 92) sorted by null

12 3 4

  /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);
  /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);
  /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);
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp 38 GLuint Renderer::loadShader(GLenum shaderType, const char* pSource) {
41 glShaderSource(shader, 1, &pSource, NULL);
  /packages/apps/Camera2/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp 38 GLuint Renderer::loadShader(GLenum shaderType, const char* pSource) {
41 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSScript.h 63 RSScript(Source &pSource);
  /frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h 47 const uint64_t pSource,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.h 40 uint64_t pSource,
ARMToTHMStub.h 40 uint64_t pSource,
THMToARMStub.h 40 uint64_t pSource,
THMToTHMStub.h 40 uint64_t pSource,
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 67 uint64_t pSource,
78 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
THMToTHMStub.cpp 69 uint64_t pSource,
80 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonAbsoluteStub.h 40 uint64_t pSource,
HexagonAbsoluteStub.cpp 62 uint64_t pSource,
86 int64_t offset = pTargetSymValue - pSource;
  /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 113 uint64_t pSource,
118 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue))
  /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/Fragment/
Stub.h 73 uint64_t pSource,
  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 178 Category::Type pSource,
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
frameparser.h 96 void parse_additional_start_code(OMX_U8 *psource, OMX_U32 *parsed_length);

Completed in 364 milliseconds

12 3 4