Searched refs:CreateOpenGLNative (Results 1 – 3 of 3) sorted by relevance
320 if(0 != CreateOpenGLNative(nativeObject, viewWidth, viewHeight)) { in onDrawFrame()336 if(CreateOpenGLNative(nativeObject,width,height) == 0) in onSurfaceChanged()367 private native int CreateOpenGLNative(long nativeObject, in CreateOpenGLNative() method in ViEAndroidGLES20
49 jint CreateOpenGLNative(int width, int height);
442 return renderChannel->CreateOpenGLNative(width, height); in CreateOpenGLNativeStatic()445 jint AndroidNativeOpenGl2Channel::CreateOpenGLNative( in CreateOpenGLNative() function in webrtc::AndroidNativeOpenGl2Channel