Home | History | Annotate | Download | only in core

Lines Matching refs:bindingType

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 + "!");