Searched defs:pSource (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/media/libstagefright/codecs/common/
H A DcmnMemory.c50 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize) argument
52 memcpy (pDest, pSource, uSize);
66 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize) argument
68 memmove (pDest, pSource, uSize);
/frameworks/base/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp37 GLuint loadShader(GLenum shaderType, const char* pSource) { argument
40 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/opengl/tests/gldual/jni/
H A Dgl_code.cpp37 GLuint loadShader(GLenum shaderType, const char* pSource) { argument
40 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp76 GLuint loadShader(GLenum shaderType, const char* pSource) { argument
79 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/opengl/tests/gl_perf/
H A Dfill_common.cpp33 GLuint loadShader(GLenum shaderType, const char* pSource) { argument
36 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp76 GLuint loadShader(GLenum shaderType, const char* pSource) { argument
79 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp83 GLuint loadShader(GLenum shaderType, const char* pSource) { argument
86 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp196 void loadShader(GLenum shaderType, const char* pSource, GLuint* outShader) { argument
200 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/media/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp284 void NativeWindowRenderer::loadShader(GLenum shaderType, const char* pSource, argument
289 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/libs/gui/tests/
H A DSurfaceTexture_test.cpp184 void loadShader(GLenum shaderType, const char* pSource, GLuint* outShader) { argument
188 glShaderSource(shader, 1, &pSource, NULL);

Completed in 87 milliseconds