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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
CachedFrameManager.java 54 public Frame newBoundFrame(FrameFormat format, int bindingType, long bindingId) {
55 Frame result = findAvailableFrame(format, bindingType, bindingId);
57 result = super.newBoundFrame(format, bindingType, bindingId);
130 private Frame findAvailableFrame(FrameFormat format, int bindingType, long bindingId) {
138 if ((bindingType == frame.getBindingType())
139 && (bindingType == Frame.NO_BINDING || bindingId == frame.getBindingId())) {
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...]
SimpleFrameManager.java 42 public Frame newBoundFrame(FrameFormat format, int bindingType, long bindingId) {
46 GLFrame glFrame = new GLFrame(format, this, bindingType, bindingId);
FrameManager.java 33 public abstract Frame newBoundFrame(FrameFormat format, int bindingType, long bindingId);
Frame.java 50 Frame(FrameFormat format, FrameManager frameManager, int bindingType, long bindingId) {
53 mBindingType = bindingType;
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 80 enum BindingType
96 , bindingType (BINDINGTYPE_BASIC)
106 BindingType bindingType;
183 switch (spec.bindingType)
265 switch (spec.bindingType)
928 if (m_spec.offsetType == OFFSETTYPE_INVALID || m_spec.offsetType == OFFSETTYPE_INVALID_DEFAULT || m_spec.bindingType == BINDINGTYPE_INVALID || m_spec.bindingType == BINDINGTYPE_INVALID_DEFAULT || m_spec.offsetType == OFFSETTYPE_INVALID_OVERLAPPING)
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 3420 milliseconds