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

  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp 143 glw::GLenum bindTarget;
394 texGen.bindTarget = target;
410 texGen.bindTarget = target;
419 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
431 texGen.bindTarget = target;
440 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
452 texGen.bindTarget = target;
461 level.depth = (textureTypeHasDepth(texGen.bindTarget)) ? (6) : (1);
478 texGen.bindTarget = target;
502 texGen.bindTarget = target
    [all...]
es31fIntegerStateQueryTests.cpp 102 TexBindingCase (Context& context, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType);
112 TexBindingCase::TexBindingCase (Context& context, const char* name, const char* desc, glw::GLenum texTarget, glw::GLenum bindTarget, QueryType verifierType)
115 , m_bindTarget (bindTarget)
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 358 public boolean eglWaitNative(int engine, Object bindTarget) {
361 arg("bindTarget", bindTarget);
363 boolean result = mEgl10.eglWaitNative(engine, bindTarget);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 123 boolean eglWaitNative(int engine, Object bindTarget);
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 115 GLenum bindTarget,
120 , m_bindTarget (bindTarget)
  /external/turbine/java/com/google/turbine/binder/
ConstBinder.java 158 target = bindTarget(annotation);
182 private static ImmutableSet<ElementType> bindTarget(AnnoInfo annotation) {
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 48 public native boolean eglWaitNative(int engine, Object bindTarget);
  /external/turbine/java/com/google/turbine/binder/bytecode/
BytecodeBoundClass.java 426 target = bindTarget(annotation);
451 private static ImmutableSet<ElementType> bindTarget(AnnotationInfo annotation) {
  /external/mesa3d/src/mesa/main/
bufferobj.c 1020 struct gl_buffer_object **bindTarget = NULL;
1022 bindTarget = get_buffer_target(ctx, target);
1023 if (!bindTarget) {
1030 oldBufObj = *bindTarget;
1061 _mesa_reference_buffer_object(ctx, bindTarget, newBufObj);
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 461 static jboolean jni_eglWaitNative(JNIEnv *_env, jobject _this, jint engine, jobject bindTarget) {
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 295 milliseconds