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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 107 bool GLEScmValidate::texParams(GLenum target,GLenum pname) {
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
FragmentShader.java 153 ScriptField_ShaderParam_s texParams = getTextureParams();
154 if (texParams != null) {
155 item.shaderTextureParams = texParams.getAllocation();

Completed in 249 milliseconds