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

  /frameworks/base/graphics/java/android/renderscript/
ProgramFragmentFixedFunction.java 305 Type constType = null;
311 constType = typeBuilder.create();
312 sb.addConstant(constType);
321 Allocation constantData = Allocation.createTyped(mRS,constType);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppRS.java 136 FragmentShader createFromResource(int id, boolean addCubemap, Type constType) {
138 fb.setShaderConst(constType);
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ParseHelper.cpp 492 bool constType = true;
508 constType = false;
513 if (constType)
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 365 static RegType constTypeToRegType(RegType constType)
367 switch (constType) {
375 return constType;
    [all...]

Completed in 156 milliseconds