HomeSort by relevance Sort by last modified time
    Searched defs:bindingType (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLFrame.java 74 GLFrame(FrameFormat format, FrameManager frameManager, int bindingType, long bindingId) {
75 super(format, frameManager, bindingType, bindingId);
92 int bindingType = getBindingType();
94 if (bindingType == Frame.NO_BINDING) {
96 } else if (bindingType == EXTERNAL_TEXTURE) {
99 } else if (bindingType == EXISTING_TEXTURE_BINDING) {
101 } else if (bindingType == EXISTING_FBO_BINDING) {
103 } else if (bindingType == NEW_TEXTURE_BINDING) {
105 } else if (bindingType == NEW_FBO_BINDING) {
109 + bindingType + "!")
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 542 milliseconds