HomeSort by relevance Sort by last modified time
    Searched refs:clientBuffer (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 130 EGLClientBuffer clientBuffer = (EGLClientBuffer)yuvTexBuffer->getNativeBuffer();
132 clientBuffer, 0);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 267 EGLClientBuffer clientBuffer, EGLenum bufferType, const EGLConfig& config, EGLint* errorCode)
270 bufferType, clientBuffer, config, 0 /* attribList */);
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 235 EGLClientBuffer clientBuffer = (EGLClientBuffer)yuvTexBuffer->getNativeBuffer();
237 clientBuffer, 0);

Completed in 297 milliseconds